Tristan 6 years ago
parent
commit
0b4bc0c0cd
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -8,7 +8,7 @@ jobs:
docker: docker:
- image: 'circleci/node:12' - image: 'circleci/node:12'
environment: environment:
DATABASE_URL: 'postgres://psqluer:psqlpassword@localhost:5432/psdb'
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET: some string yo want JWT_SECRET: some string yo want
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost

Loading…
Cancel
Save