-
Notifications
You must be signed in to change notification settings - Fork 4
Dotenv
Tuomas Junno edited this page Mar 5, 2018
·
10 revisions
If not already found .env file needs to be created with following information into root of backend:
DEV_DB_USERNAME=postgres
DEV_DB_PASSWORD=YOURPASSWORD
DEV_DB_NAME=mydb
SECRET=YOURSECRET
TOKEN=YOURTOKEN