-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
36 lines (28 loc) · 1010 Bytes
/
.env.example
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
# ------- REQUIRED --------- #
MODE=dev
#DB credentials
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=zero
# URLs
# You can add multiple WEB3 nodes, separated by a semilcolon ';'. e.g. WEB3=http://localhost:8545;http://localhost:8550
WEB3=http://localhost:8545
BACKEND_URL=http://localhost:3030
UI_BASE_URL=http://localhost:3000
BLOCKCHAIN_EXPLORER_URL=https://volta-explorer.energyweb.org
# Secret keys
DEPLOY_KEY=d9066ff9f753a1898709b568119055660a77d9aae4d7a4ad677b8fb3d2a571e5
# JWT
JWT_SECRET=thishastobesecret13213
# JWT Expiry Time in format https://github.com/zeit/ms
JWT_EXPIRY_TIME=7 days
# Needed for automated e-mail notifications
# MANDRILL_API_KEY - API key generated by mandrill.com
MANDRILL_API_KEY=<API_KEY>
# EMAIL_FROM - E-mail from which you want to send email addresses
# EMAIL_REPLY_TO - E-mail to which we the users would be able to reply
EMAIL_FROM_NAME=Energy Web Origin