Update database configuration
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user