Browse Source

denisjunior

update
main
denisdalmeida04@gmail.com 6 years ago
parent
commit
7ae85dd618
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -41,7 +41,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://psqluser: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