use config file
This commit is contained in:
parent
17a542d197
commit
bc305bd09e
@ -4,8 +4,8 @@
|
||||
"EnableStorage": false,
|
||||
"Host": "postgres",
|
||||
"Port": 5432,
|
||||
"Database": "orthanc",
|
||||
"Username": "postgres",
|
||||
"Password": "password"
|
||||
"Database": "${POSTGRES_DB:-orthanc}",
|
||||
"Username": "${POSTGRES_USER:-postgres}",
|
||||
"Password": "${POSTGRES_PASSWORD}"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user