b64e47f42a
Circle CI
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"development": {
|
|
"use_env_variable": "DATABASE_URL",
|
|
"dialect": "postgres"
|
|
},
|
|
"test": {
|
|
"use_env_variable": "DATABASE_URL_TEST",
|
|
"dialect": "postgres"
|
|
},
|
|
"production": {
|
|
"use_env_variable": "DATABASE_URL",
|
|
"dialect": "postgres"
|
|
}
|
|
} |