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:
command: yarn test:e2e
environment:
DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB
DATABASE_URL: postgres://${PG_USER}@localhost:5432/${PG_DB}
JWT_SECRET: yeet
API_PORT: 3000
API_HOST: localhost

Loading…
Cancel
Save