feat: update test environment setup to include secret key and refresh token expiry
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m19s

This commit is contained in:
2026-03-01 21:21:52 -05:00
parent c3538cc3d4
commit 16d3500368
2 changed files with 9 additions and 5 deletions

View File

@@ -9,6 +9,8 @@ services:
environment:
- FLASK_ENV=development
- FRONTEND_URL=https://devserver.lan:446 # Add this for test env
- SECRET_KEY=${SECRET_KEY}
- REFRESH_TOKEN_EXPIRY_DAYS=${REFRESH_TOKEN_EXPIRY_DAYS}
# Add volumes, networks, etc., as needed
chores-test-app-frontend: # Test frontend service name