pixelbridge-orthanc/config/orthanc/postgresql.json
2025-02-04 11:07:02 +06:00

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