Browse Source

curly braces

main
Francois Lannoy 6 years ago
parent
commit
38a9a04b10
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -76,7 +76,7 @@ jobs:
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:
DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB
DATABASE_URL: postgres://${PG_USER}@localhost:5432/${PG_DB}
JWT_SECRET: yeet JWT_SECRET: yeet
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost

Loading…
Cancel
Save