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