-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconf.yml.sample
59 lines (56 loc) · 1.05 KB
/
conf.yml.sample
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
go_version: 1.10.0
version: 0.0.1
testnet: true
private:
recaptcha_private: your-recaptcha-secret
server_secret: your-server-secret
session_secret: your-session-secret
aes_secret: your-aes-secret
login_difficulty: 0400
db:
user: root
passwd: your-custom-password
host: 127.0.0.1
port: 3306
database: database-name
sql_log: true
maxopenconnection: 50
maxidleconnection: 30
maxconnectionlifetime: 10
walletdb:
user: root
passwd: your-custom-password
host: 127.0.0.1
port: 3306
database: database-name
sql_log: true
redis:
passwd: your-custom-password
host: 127.0.0.1
port: 6379
db_num: 0
timeout: 5
max_idle_conns: 100
max_open_conns: 300
initial_open_conns: 10
rpc:
user: your-rpc-username
passwd: your-rpc-password
host: 127.0.0.1
port: 18332
log:
filename: app.log
level: debug
maxage: 168
rotationtime: 24
tx:
mini_output: 0.00000546
mail:
host: smtp.host.com
port: 25
user_name: your-user-name
password: your-password
from_name: your-from-name
electron:
host: 127.0.0.1
port: 50002