Browse Source

change url database

main
guidezSeb 6 years ago
parent
commit
e95eee10bb
  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: postgresql://root@localhost/circle_test
DATABASE_URL: postgresql://psqluser:psqlpassword@localhost:5432/psdb
JWT_SECRET: something JWT_SECRET: something
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost

Loading…
Cancel
Save