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

2
.circleci/config.yml

@ -6,7 +6,7 @@ workflows:
jobs: jobs:
database1: database1:
docker: docker:
- image: 'cimg/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

Loading…
Cancel
Save