Thaisrr
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.circleci/config.yml
|
|
@ -61,7 +61,7 @@ jobs: |
|
|
- image: cimg/node:14.10.1 |
|
|
- image: cimg/node:14.10.1 |
|
|
auth: |
|
|
auth: |
|
|
username: thaisrevillon |
|
|
username: thaisrevillon |
|
|
password: ypQkfY6NMmyE |
|
|
|
|
|
|
|
|
password: monMotdePasseCPasça |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb |
|
|
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb |
|
|
JWT_SECRET: blah blah blah |
|
|
JWT_SECRET: blah blah blah |
|
|
@ -71,7 +71,7 @@ jobs: |
|
|
- image: 'circleci/postgres:9.6.2-alpine' |
|
|
- image: 'circleci/postgres:9.6.2-alpine' |
|
|
auth: |
|
|
auth: |
|
|
username: thaisrevillon |
|
|
username: thaisrevillon |
|
|
password: ypQkfY6NMmyE |
|
|
|
|
|
|
|
|
password: monMotdePasseCPasça |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: psqluer |
|
|
POSTGRES_USER: psqluer |
|
|
POSTGRES_PASSWORD: psqlpassword |
|
|
POSTGRES_PASSWORD: psqlpassword |
|
|
|