use config file
This commit is contained in:
parent
17a542d197
commit
bc305bd09e
@ -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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user