diff --git a/docker-compose.test.yml b/docker-compose.test.yml index c487e25..e7a19b2 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -8,7 +8,7 @@ services: - "5004:5000" # Host 5004 -> Container 5000 environment: - FLASK_ENV=development - - FRONTEND_URL=https://devserver.lan:446 # Add this for test env + - FRONTEND_URL=https://dev.chores.ryankegel.com # Add this for test env - SECRET_KEY=${SECRET_KEY} - REFRESH_TOKEN_EXPIRY_DAYS=${REFRESH_TOKEN_EXPIRY_DAYS} - DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET}