Browse Source

end2end

main
Youssef Touggani 6 years ago
parent
commit
728618f0d1
  1. 5
      .circleci/config.yml

5
.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

Loading…
Cancel
Save