forked from Privex/cryptotoken-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.example
28 lines (22 loc) · 854 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
PLEASE_README=This is an EXAMPLE env file, and many of the settings specified in this file are OPTIONAL
PLEASE_README=You should read the documentation to see what is and isn't required, and their defaults.
PLEASE_README=You will also find information about each of these env vars in the folder steemengine/settings/
SECRET_KEY=SomeSecureRandomString
DEBUG=false
DB_BACKEND=postgresql
DB_USER=steemengine
DB_NAME=steemengine
DB_PASS=MyDatabasePassword
DB_HOST=localhost
ADMINS=John Doe:[email protected],Jane [email protected]
ALLOW_HOSTS=example.com,www.example.com
SITE_URL=https://www.example.com
EMAIL_HOST=smtp.emailprovider.com
EMAIL_USER=myemailuser
EMAIL_PASSWORD=somesecurepassword
EMAIL_PORT=587
EMAIL_TLS=true
UNLOCK=mybeempassword
EX_FEE=10
STEEM_RPC_NODES=https://steemd.privex.io,https://api.steemit.com