diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ccbe21..69b48be 100644 --- a/.circleci/config.yml +++ b/.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: