pixelbridge-orthanc/config/orthanc/postgresql.json
2025-01-27 10:49:50 +06:00

12 lines
203 B
JSON

{
"PostgreSQL": {
"EnableIndex": true,
"EnableStorage": false,
"Host": "postgres",
"Port": 5432,
"Database": "orthanc",
"Username": "postgres",
"Password": "password"
}
}