Files
old-psihologija/config/config.json
2019-05-23 16:41:50 +02:00

16 lines
273 B
JSON

{
"development": {
"username": "docker",
"password": "docker",
"database": "psychology",
"port": "5432",
"dialect": "postgres"
},
"test": {
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "DATABASE_URL"
}
}