Thaisrr
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.circleci/config.yml
|
|
|
@ -59,6 +59,9 @@ jobs: |
|
|
|
database: |
|
|
|
docker: |
|
|
|
- image: cimh/node:14.10.1 |
|
|
|
auth: |
|
|
|
username: thaisrevillon |
|
|
|
password: ypQkfY6NMmyE |
|
|
|
environment: |
|
|
|
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb |
|
|
|
JWT_SECRET: blah blah blah |
|
|
|
|