update production DB to Azure managed

This commit is contained in:
Aarni Halinen
2021-05-16 17:37:12 +03:00
parent 63672328f0
commit dac0fa1953
5 changed files with 12 additions and 39 deletions
-6
View File
@@ -10,12 +10,6 @@ fi
if test -f "$EMAIL_API_KEY_FILE"; then
export EMAIL_API_KEY=$(cat $EMAIL_API_KEY_FILE)
fi
# if test -f "$EMAIL_API_SECRET_FILE"; then
# export EMAIL_API_SECRET=$(cat $EMAIL_API_SECRET_FILE)
fi
if test -f "$DB_USER_FILE"; then
export DB_USER=$(cat $DB_USER_FILE)
fi
if test -f "$DB_PASSWD_FILE"; then
export DB_PASSWD=$(cat $DB_PASSWD_FILE)
fi