From f69aee1c9c8d54986f08f3db6440107dd99f5dc8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 10 Sep 2023 12:04:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Remove=20driver=20and?= =?UTF-8?q?=20password=20from=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Password will be provided by vault using an env variable. --- backend/config.sample.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/config.sample.yaml b/backend/config.sample.yaml index 018eca1..5362cf3 100644 --- a/backend/config.sample.yaml +++ b/backend/config.sample.yaml @@ -10,9 +10,7 @@ db: name: carrramba-encore-rate host: postgres port: 5432 - driver: postgresql+psycopg user: cer - password: cer_password cache: enable: true