diff --git a/backend/tests/integration/.env.integration b/backend/tests/integration/.env.integration index cd0e544..1db9f4c 100644 --- a/backend/tests/integration/.env.integration +++ b/backend/tests/integration/.env.integration @@ -3,10 +3,10 @@ NODE_ENV=production JWT_SECRET_KEY=defaultvalue # The service name in docker-compose -DATABASE_HOST_PROD=db +DATABASE_HOST=db DATABASE_PORT=5432 DATABASE_USERNAME=postgres DATABASE_PASSWORD=password DATABASE_NAME=postgres -STRIPE_SECRET_KEY=sk_test_123 \ No newline at end of file +STRIPE_SECRET_KEY=sk_test_123 diff --git a/e2e/.env.e2e b/e2e/.env.e2e index cd0e544..1db9f4c 100644 --- a/e2e/.env.e2e +++ b/e2e/.env.e2e @@ -3,10 +3,10 @@ NODE_ENV=production JWT_SECRET_KEY=defaultvalue # The service name in docker-compose -DATABASE_HOST_PROD=db +DATABASE_HOST=db DATABASE_PORT=5432 DATABASE_USERNAME=postgres DATABASE_PASSWORD=password DATABASE_NAME=postgres -STRIPE_SECRET_KEY=sk_test_123 \ No newline at end of file +STRIPE_SECRET_KEY=sk_test_123