Update database configuration
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
"dialect": "postgres"
|
"dialect": "postgres"
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"use_env_variable": "JAWSDB_URL"
|
"use_env_variable": "DATABASE_URL"
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"use_env_variable": "JAWSDB_URL"
|
"use_env_variable": "DATABASE_URL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user