Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-castro committed Nov 9, 2024
1 parent 023bc1e commit c5d57ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/tests/integration/.env.integration
Original file line number Diff line number Diff line change
Expand Up @@ -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
STRIPE_SECRET_KEY=sk_test_123
4 changes: 2 additions & 2 deletions e2e/.env.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -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
STRIPE_SECRET_KEY=sk_test_123

0 comments on commit c5d57ae

Please sign in to comment.