From 444bb46b2826ac3346438a1197d9791451c1f6c5 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 6 Jan 2025 12:11:05 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=9A=A8(api)=20remove=20un-secure?= =?UTF-8?q?=20configuration=20defaults?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/api.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 3bd9b095..91d6d4c0 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -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"]' @@ -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