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
|
|
|
@ -69,6 +69,9 @@ jobs: |
|
|
|
API_HOST: localhost |
|
|
|
API_PROTOCOL: http |
|
|
|
- image: 'cimh/postgres:9.6.2-alpine' |
|
|
|
auth: |
|
|
|
username: thaisrevillon |
|
|
|
password: ypQkfY6NMmyE |
|
|
|
environment: |
|
|
|
POSTGRES_USER: psqluer |
|
|
|
POSTGRES_PASSWORD: psqlpassword |
|
|
|
|