12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"PostgreSQL": {
|
|
"EnableIndex": true,
|
|
"EnableStorage": false,
|
|
"Host": "postgres",
|
|
"Port": 5432,
|
|
"Database": "${POSTGRES_DB:-orthanc}",
|
|
"Username": "${POSTGRES_USER:-postgres}",
|
|
"Password": "${POSTGRES_PASSWORD}"
|
|
}
|
|
}
|