forked from energywebfoundation/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
41 lines (32 loc) · 1.25 KB
/
.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
36
37
38
39
40
41
# ------- REQUIRED --------- #
MODE=production
# URLs
WEB3=http://localhost:8545
BACKEND_URL=http://localhost
BACKEND_PORT=3030
UI_BASE_URL=http://localhost:3000
ENERGY_API_BASE_URL=http://localhost:3032
BLOCKCHAIN_EXPLORER_URL=https://volta-explorer.energyweb.org
# Secret keys
DEPLOY_KEY=d9066ff9f753a1898709b568119055660a77d9aae4d7a4ad677b8fb3d2a571e5
MATCHER_PRIV_KEY=0x05369a7c890005a9babfb52645d0347bbb456ae562bbac5aad27118e2e9e3a6c
MATCHER_INTERVAL=15
EVENT_LISTENER_PRIV_KEY=0x968cc146af9c9d3ac08cca0dd3f915ed5a0966c118e26fd5e99066b0ff8bc060
# JWT
JWT_SECRET=thishastobesecret13213
# JWT Expiry Time in format https://github.com/zeit/ms
JWT_EXPIRY_TIME=7 days
# ------- OPTIONAL ------- #
# ORIGIN_BACKEND Optionals
ORM_TYPE=sqlite
ORM_DATABASE_DOCKER=FALSE
# EVENT-LISTENER Optionals - 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
SOLAR_SIMULATOR_DEPLOY_PAST_READINGS=false
SOLAR_SIMULATOR_PAST_READINGS_MINUTES_INTERVAL=60
REGISTRATION_MESSAGE_TO_SIGN=I register as Origin user