Skip to content
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