Update database configuration

This commit is contained in:
Senad Uka
2019-05-21 12:11:30 +02:00
parent 02bee9cf2c
commit 315a29749c

View File

@@ -7,9 +7,9 @@
"dialect": "postgres"
},
"test": {
"use_env_variable": "JAWSDB_URL"
"use_env_variable": "DATABASE_URL"
},
"production": {
"use_env_variable": "JAWSDB_URL"
"use_env_variable": "DATABASE_URL"
}
}