mirror of
https://github.com/outline/outline.git
synced 2026-02-28 07:30:05 -06:00
19 lines
359 B
JSON
19 lines
359 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",
|
|
"dialectOptions": {
|
|
"ssl": {
|
|
"rejectUnauthorized": false
|
|
}
|
|
}
|
|
}
|
|
} |