Browse Source

workflow

main
spokequenouille 6 years ago
parent
commit
cb7dff4e58
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -14,7 +14,7 @@ jobs:
environment:
DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb
JWT_SECRET: secret
API_PORT: '3000'
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
auth:

Loading…
Cancel
Save