15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"development": {
|
|
"use_env_variable": "DATABASE_URL",
|
|
"dialect": "postgres"
|
|
},
|
|
"test": {
|
|
"use_env_variable": "DATABASE_URL",
|
|
"dialect": "postgres"
|
|
},
|
|
"production": {
|
|
"use_env_variable": "DATABASE_URL",
|
|
"dialect": "postgres"
|
|
}
|
|
}
|