Skip to content

Commit

Permalink
fixup! 🚨(api) remove un-secure configuration defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Jan 6, 2025
1 parent 738aa28 commit 444bb46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
QUALICHARGE_DB_ENGINE: postgresql+psycopg
QUALICHARGE_DB_HOST: localhost
QUALICHARGE_DB_NAME: qualicharge-api
QUALICHARGE_DB_PASSWORD: pass
QUALICHARGE_DB_USER: qualicharge
QUALICHARGE_TEST_DB_NAME: test-qualicharge-api
QUALICHARGE_OIDC_IS_ENABLED: False
QUALICHARGE_ALLOWED_HOSTS: '["http://localhost:8000"]'
Expand Down Expand Up @@ -364,6 +366,8 @@ jobs:
QUALICHARGE_DB_ENGINE: postgresql+psycopg
QUALICHARGE_DB_HOST: localhost
QUALICHARGE_DB_NAME: test-qualicharge-api
QUALICHARGE_DB_PASSWORD: pass
QUALICHARGE_DB_USER: qualicharge
QUALICHARGE_TEST_DB_NAME: test-qualicharge-api
QUALICHARGE_API_GET_USER_CACHE_INFO: true
QUALICHARGE_API_GET_PDC_ID_CACHE_INFO: true
Expand Down

0 comments on commit 444bb46

Please sign in to comment.