From d2d1cf2cc773310d91baac30ed1553da55df202c Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Wed, 4 Nov 2020 13:50:24 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6460f7..42e7653 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,16 +54,17 @@ jobs: database: docker: - image: circleci/prostgres:9.6.2-alpine - username: mydockerhub-user - password: $DOCKERHUB_PASSWORD # context / project UI env-var reference sqds - environment: - POSTGRES_USER: psqluer - POSTGRES_DB: psdb - DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb - JWT_SECRET: some string yo want - API_PORT: 3000 - API_HOST: localhost - API_PROTOCOL: http + username: mydokerhub-user + password: $DOCKERHUB_PASSWORD + environment: + POSTGRES_USER: psqluer + POSTGRES_DB: psdb + DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb + JWT_SECRET: some string yo want + API_PORT: 3000 + API_HOST: localhost + API_PROTOCOL: http + steps: - checkout - restore_cache: