Skip to content

Commit

Permalink
Fix pre-commit secret issue (#2271)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
collinpreston authored Jun 28, 2024
1 parent 56734ea commit 6722aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6722aa4

Please sign in to comment.