Update env files and move to postgres

This commit is contained in:
viktorstrate
2020-01-30 15:10:01 +01:00
parent 494d880771
commit 3a730fea36
7 changed files with 18 additions and 19 deletions

5
api/example.env Normal file
View File

@@ -0,0 +1,5 @@
# Copy this file to .env
POSTGRES_URL=postgres://username:password@localhost/database?sslmode=disable
API_PORT=4001