Browse Source

check for string

main
Galimede 6 years ago
parent
commit
603de4117f
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -49,9 +49,10 @@ jobs:
environment: environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb" DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: youwontguess
API_HOST: "localhost"
API_PROTOCOL: "http"
JWT_SECRET: "youwontguess"
workflows: workflows:
build_and_test: build_and_test:
jobs: jobs:

Loading…
Cancel
Save