mirror of
https://github.com/outline/outline.git
synced 2026-05-24 12:49:24 -05:00
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"
|
|
}
|
|
} |