pierre darcas 6 years ago
parent
commit
67de3dce12
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -41,7 +41,7 @@ jobs:
- image: "circleci/node:12" # the primary container, where your job's commands are run
environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET: answer is 42
JWT_SECRET: Answer is 42
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http

Loading…
Cancel
Save