From 22c42b1b6068edd70c0b9530fba5589b57a8ddf3 Mon Sep 17 00:00:00 2001 From: Louis Dutoit Date: Wed, 4 Nov 2020 18:57:32 +0100 Subject: [PATCH] updated credentials --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0784929..47dfba0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,14 +41,14 @@ jobs: docker: - image: cimg/node:12.18.4 environment: - DATABASE_URL: postgres://psqluser:password@localhost:5432/psdb + DATABASE_URL: postgres://louis_dutoit:password@localhost:5432/psdb JWT_SECRET: some string API_HOST: localhost API_PROTOCOL: http API_PORT: 3000 - image: circleci/postgres:9.6.2-alpine environment: - POSTGRES_USER: psqluser + POSTGRES_USER: louis_dutoit POSTGRES_DB: psdb POSTGRES_PASSWORD: password steps: