diff --git a/start.sh b/start.sh index 39f09e9..c1fd985 100755 --- a/start.sh +++ b/start.sh @@ -35,6 +35,7 @@ yq w -i /app/data/production.yaml database.port "${CLOUDRON_POSTGRESQL_PORT}" yq w -i /app/data/production.yaml database.username "${CLOUDRON_POSTGRESQL_USERNAME}" yq w -i /app/data/production.yaml database.password "${CLOUDRON_POSTGRESQL_PASSWORD}" yq w -i /app/data/production.yaml database.name "${CLOUDRON_POSTGRESQL_DATABASE}" +yq d -i /app/data/production.yaml database.suffix # redis yq w -i /app/data/production.yaml redis.hostname "${CLOUDRON_REDIS_HOST}"