use config file

This commit is contained in:
Dr Masroor Ehsan 2025-02-04 11:07:02 +06:00
parent 17a542d197
commit bc305bd09e

View File

@ -4,8 +4,8 @@
"EnableStorage": false, "EnableStorage": false,
"Host": "postgres", "Host": "postgres",
"Port": 5432, "Port": 5432,
"Database": "orthanc", "Database": "${POSTGRES_DB:-orthanc}",
"Username": "postgres", "Username": "${POSTGRES_USER:-postgres}",
"Password": "password" "Password": "${POSTGRES_PASSWORD}"
} }
} }