Browse Source

correct url?

main
Galimede 6 years ago
parent
commit
799a90d175
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -42,7 +42,7 @@ jobs:
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:
DATABASE_URL: postgres://e2e@localhost:5432/psdb
DATABASE_URL: "postgres://e2e@localhost:5432/psdb"
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http

Loading…
Cancel
Save