forked from GaloyMoney/blink
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgaloy.yaml
153 lines (153 loc) · 3.17 KB
/
galoy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
lightningAddressDomain: pay.domain.com
lightningAddressDomainAliases:
- pay1.domain.com
- pay2.domain.com
locale: en
displayCurrency:
code: USD
symbol: $
funder: FunderWallet
dealer:
usd:
hedgingEnabled: false
ratioPrecision: 1000000
buildVersion:
android:
minBuildNumber: 362
lastBuildNumber: 362
ios:
minBuildNumber: 362
lastBuildNumber: 362
rewards:
enableIpProxyCheck: true
allowPhoneCountries: []
denyPhoneCountries: []
allowIPCountries: []
denyIPCountries: []
allowASNs: []
denyASNs: []
coldStorage:
minOnChainHotWalletBalance: 1000000
minRebalanceSize: 10000000
maxHotWalletBalance: 200000000
bria:
hotWalletName: dev-wallet
queueNames:
fast: dev-queue
coldStorage:
walletName: cold
hotToColdRebalanceQueueName: dev-queue
lndScbBackupBucketName: lnd-static-channel-backups
admin_accounts:
- role: dealer
phone: "+16505554327"
- role: funder
phone: "+16505554325"
- role: bankowner
phone: "+16505554334"
- role: editor
phone: "+16505554336"
test_accounts: []
rateLimits:
requestCodePerLoginIdentifier:
points: 4
duration: 3600
blockDuration: 10800
requestCodePerIp:
points: 16
duration: 3600
blockDuration: 86400
failedLoginAttemptPerLoginIdentifier:
points: 8
duration: 1200
blockDuration: 3600
failedLoginAttemptPerIp:
points: 20
duration: 21600
blockDuration: 86400
invoiceCreateAttempt:
points: 20
duration: 120
blockDuration: 300
invoiceCreateForRecipientAttempt:
points: 20
duration: 120
blockDuration: 300
onChainAddressCreateAttempt:
points: 20
duration: 3600
blockDuration: 14400
accounts:
initialStatus: active
initialWallets:
- USD
enablePhoneCheck: false
enableIpCheck: false
enableIpProxyCheck: false
allowPhoneCountries: []
denyPhoneCountries: []
allowIPCountries: []
denyIPCountries: []
allowASNs: []
denyASNs: []
accountLimits:
withdrawal:
level:
"0": 12500
"1": 100000
"2": 5000000
intraLedger:
level:
"0": 12500
"1": 200000
"2": 5000000
tradeIntraAccount:
level:
"0": 200000
"1": 5000000
"2": 20000000
spamLimits:
memoSharingSatsThreshold: 1000
memoSharingCentsThreshold: 50
ipRecording:
enabled: false
proxyChecking:
enabled: false
fees:
withdraw:
method: flat
defaultMin: 2000
ratioAsBasisPoints: 50
threshold: 1000000
daysLookback: 30
deposit:
defaultMin: 3000
threshold: 1000000
ratioAsBasisPoints: 30
onChainWallet:
dustThreshold: 5000
minConfirmations: 2
scanDepth: 360
scanDepthOutgoing: 2
scanDepthChannelUpdate: 8
swap:
loopOutWhenHotWalletLessThan: 200000000
swapOutAmount: 50000000
swapProviders:
- Loop
lnd1loopRestEndpoint: https://localhost:8081
lnd1loopRpcEndpoint: localhost:11010
lnd2loopRestEndpoint: https://localhost:8082
lnd2loopRpcEndpoint: localhost:11011
feeAccountingEnabled: true
userActivenessMonthlyVolumeThreshold: 100
cronConfig:
rebalanceEnabled: true
swapEnabled: true
captcha:
mandatory: false
skipFeeProbeConfig:
pubkey: []
chanId: []
smsAuthUnsupportedCountries: []
whatsAppAuthUnsupportedCountries: []