From de279430d71bae31b04c48e811b5591dbbb2b900 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 10 Sep 2024 13:25:02 -0400 Subject: [PATCH] Update the config file Remove quotes from some config file values. --- argo/config.py.deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argo/config.py.deploy b/argo/config.py.deploy index f25ea1d..1e76b89 100644 --- a/argo/config.py.deploy +++ b/argo/config.py.deploy @@ -11,5 +11,5 @@ SQL_USER = "${SQL_USER}" SQL_PASSWORD = "${SQL_PASSWORD}" SQL_HOST = "${SQL_HOST}" SQL_PORT = ${SQL_PORT} -USE_X_FORWARDED_HOST = "${USE_X_FORWARDED_HOST}" -SECURE_PROXY_SSL_HEADER = "${SECURE_PROXY_SSL_HEADER}" +USE_X_FORWARDED_HOST = ${USE_X_FORWARDED_HOST} +SECURE_PROXY_SSL_HEADER = ${SECURE_PROXY_SSL_HEADER}