generated from coop-cloud/example
Fix filename typo
This commit is contained in:
@ -8,7 +8,7 @@ if test -f "/run/secrets/postgres_password"; then
|
||||
echo >&2 "error: /run/secrets/postgres_password is empty"
|
||||
exit 1
|
||||
fi
|
||||
echo "entrypoint-greenlight.sh setting DATABASE_URL"
|
||||
echo "entrypoint.greenlight.sh setting DATABASE_URL"
|
||||
export "DATABASE_URL"="postgres://postgres:${pwd}@postgres:5432/greenlight-v3"
|
||||
unset "pwd"
|
||||
else
|
||||
@ -23,7 +23,7 @@ if test -f "/run/secrets/shared_secret"; then
|
||||
echo >&2 "error: /run/secrets/shared_secret is empty"
|
||||
exit 1
|
||||
fi
|
||||
echo "entrypoint-greenlight.sh setting BIGBLUEBUTTON_SECRET"
|
||||
echo "entrypoint.greenlight.sh setting BIGBLUEBUTTON_SECRET"
|
||||
export "BIGBLUEBUTTON_SECRET"="${pwd}"
|
||||
unset "pwd"
|
||||
else
|
||||
@ -38,7 +38,7 @@ if test -f "/run/secrets/rails_secret"; then
|
||||
echo >&2 "error: /run/secrets/rails_secret is empty"
|
||||
exit 1
|
||||
fi
|
||||
echo "entrypoint-greenlight.sh setting SECRET_KEY_BASE"
|
||||
echo "entrypoint.greenlight.sh setting SECRET_KEY_BASE"
|
||||
export "SECRET_KEY_BASE"="${pwd}"
|
||||
unset "pwd"
|
||||
else
|
||||
|
Reference in New Issue
Block a user