From 6722aa483829eb9eec05468f1a6a839e4b1661a4 Mon Sep 17 00:00:00 2001 From: Collin Preston Date: Fri, 28 Jun 2024 15:26:57 -0400 Subject: [PATCH] Fix pre-commit secret issue (#2271) * fix * fix --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ed2f0c3367..3168670d38 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ x-environment: NODE_ENV: 'development' DEV_ENV: 'True' # necessary to have nginx connect to web container SECRET_KEY: local_unsafe_key - DATABASE_URL: postgres://postgres:postgres@db:5432/postgres + DATABASE_URL: postgres://postgres:postgres@db:5432/postgres # pragma: allowlist secret MITX_ONLINE_BASE_URL: ${MITX_ONLINE_BASE_URL:-http://mitxonline.odl.local:8013} MITX_ONLINE_SECURE_SSL_REDIRECT: 'False' MITX_ONLINE_DB_DISABLE_SSL: 'True'