Browse Source

Update config.yml

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

4
.circleci/config.yml

@ -17,14 +17,14 @@ executors:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
environment:
DATABASE_URL: "postgres://postgres@localhost:5432/psdb"
DATABASE_URL: "postgres://postgres@localhost:5432/postgres"
JWT_SECRET: string
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_DB: psdb
POSTGRES_DB: postgres
jobs:
build:
executor: node-executor

Loading…
Cancel
Save