13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"connections": {
|
|
"default": "postgres://tout-doux:tout-doux@postgres:5432/tout-doux"
|
|
},
|
|
"apps": {
|
|
"models": {
|
|
"models": ["app.models"],
|
|
"default_connection": "default",
|
|
"migrations": "app.migrations"
|
|
}
|
|
}
|
|
}
|