initial server side setup

This commit is contained in:
Bilal Catic
2019-05-23 16:41:50 +02:00
parent b140cef88c
commit 604f952a7a
10 changed files with 3947 additions and 1 deletions

15
config/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"development": {
"username": "docker",
"password": "docker",
"database": "psychology",
"port": "5432",
"dialect": "postgres"
},
"test": {
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "DATABASE_URL"
}
}