Browse Source

Update config.yml

main
NicolasLepinette 6 years ago
committed by GitHub
parent
commit
11f5007db1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .circleci/config.yml

12
.circleci/config.yml

@ -39,12 +39,12 @@ jobs:
bdd:
docker:
- image: 'circleci/node:12'
environment:
DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb
JWT_SECRET: bla bla
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
environment:
DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb
JWT_SECRET: bla bla
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
- image: 'circleci/postgres:9.6.2-alpine'
environment:
POSTGRES_USER: psqluser

Loading…
Cancel
Save