This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server/config/database.json
Jori Lallo b64e47f42a Circle CI (#113)
Circle CI
2017-07-08 21:13:47 -07:00

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"
}
}