-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.template
More file actions
32 lines (22 loc) · 883 Bytes
/
.env.template
File metadata and controls
32 lines (22 loc) · 883 Bytes
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
NODE_ENV=development
# Web server
WEB_SERVER_PORT=9500
# Database
DB_TYPE=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=govbackdb
DB_USERNAME=govbackuser
DB_PASSWORD=t$.passW.O:RD5
# Blockchain
CONNECTED_CONFIGS = configs/networks/coston.json, configs/networks/coston2.json
##########################################
## This is used only by `governor-cli` in development phase.
## THIS PART SHOULD NOT BE IN DEPLOYMENT
##########################################
# Governance - add relevant proposer private keys to be able to use them by `governor-cli`
PROPOSER_PK_0=0x5c149713ed4e8113d47066f6a1a208bc3f5d38254127629715685f7d6044a84b
PROPOSER_PK_1=0xa92556ae0602209d86d1fdfb31b5fba6d9654bb900e2c4ab63c01bd06578f3e5
# Voter accounts - add as many private keys of voters for use with `governor-cli`
VOTER_PK_0=0x123123124123123...2332
VOTER_PK_1=0x123123124123123...2332