We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54deed4 commit cd02e66Copy full SHA for cd02e66
entrypoint.sh
@@ -215,6 +215,7 @@ secretsConfiguration() {
215
databaseConfiguration() {
216
echo "Setting database configuration ..."
217
setConfigurationValue "REMOTE_POSTGRES_HOST" "$DB_HOST" "$SETTINGS_PY" "string"
218
+ setConfigurationValue "REMOTE_POSTGRES_PORT" "$DB_HOST_PORT" "$SETTINGS_PY" "string"
219
setConfigurationValue "REMOTE_POSTGRES_SSLMODE" "$REMOTE_POSTGRES_SSLMODE" "$SETTINGS_PY" "string"
220
# The password will be set in secretsConfiguration
221
echo "Database configuration succeeded."
0 commit comments