From b70502a0512ccc745532003959b7aa4c2ce8e2d2 Mon Sep 17 00:00:00 2001 From: Thaisrr <46489998+Thaisrr@users.noreply.github.com> Date: Thu, 5 Nov 2020 21:42:06 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d212c1..1d1da36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,7 @@ jobs: - image: cimg/node:14.10.1 auth: username: thaisrevillon - password: ypQkfY6NMmyE + password: monMotdePasseCPasça environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb JWT_SECRET: blah blah blah @@ -71,7 +71,7 @@ jobs: - image: 'circleci/postgres:9.6.2-alpine' auth: username: thaisrevillon - password: ypQkfY6NMmyE + password: monMotdePasseCPasça environment: POSTGRES_USER: psqluer POSTGRES_PASSWORD: psqlpassword