diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ed54e2..6938a86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: docker: - image: 'circleci/node:12' environment: - DATABASE_URL: postgresql://root@localhost/circle_test + DATABASE_URL: postgresql://psqluser:psqlpassword@localhost:5432/psdb JWT_SECRET: something API_PORT: 3000 API_HOST: localhost