From 7691d5f0bd1af2122ed13aa687ed6cb839cd9df1 Mon Sep 17 00:00:00 2001 From: Thaisrr <46489998+Thaisrr@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:21:30 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8201ea2..2d116f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,9 @@ jobs: API_HOST: localhost API_PROTOCOL: http - image: 'cimh/postgres:9.6.2-alpine' + auth: + username: thaisrevillon + password: ypQkfY6NMmyE environment: POSTGRES_USER: psqluer POSTGRES_PASSWORD: psqlpassword