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: