diff --git a/.circleci/config.yml b/.circleci/config.yml index 7312ca3..255c970 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,12 +8,9 @@ jobs: JWT_SECRET: secretJwt API_PORT: 3000 API_HOST: localhost - API_PROTOCOL: http + API_PROTOCOL: http - image: 'circleci/postgres:9.6.2-alpine' environment: - POSTGRE_USER: psqluser - POSTGRE_PASSWORD: psqlpassword - POSTGRE_DB: psdb POSTGRES_USER: psqluser POSTGRES_PASSWORD: psqlpassword POSTGRES_DB: psdb