NicolasLepinette
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
6 deletions
-
.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 |
|
|
|
|