Skip to content

Commit

Permalink
chore: remove test var from dev .env
Browse files Browse the repository at this point in the history
  • Loading branch information
DeboraSerra committed Jan 6, 2025
1 parent 5d6736b commit 5c6a66d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ APP_PASSWORD=your_app_password
# JWT Secret Key
JWT_SECRET="NKrbO2lpCsOpVAlqAPsjZ0tZXzIoKru7gAmYZ7XlHn0=qqwqeq"

# Test database environment
TEST_DB_USERNAME=user123
TEST_DB_PASSWORD=password123
TEST_DB_NAME=onboarding_db_test
TEST_DB_HOST=localhost
TEST_DB_PORT=5432

# Enable IP check for the API
ENABLE_IP_CHECK=false
# Allowed IP range for the API "baseIp/rangeStart-rangeEnd" (e.g. 192.168.1/1-255) separated by comma
Expand Down

0 comments on commit 5c6a66d

Please sign in to comment.