chore: configure for local development environment #18

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 18:27:23 +00:00
Owner
  • Set ALLOWED_HOSTS to accept all hosts for easier local testing
  • Update Docker port from 8080 to 8000 (Django default)
  • Adjust Gunicorn binding to match new port configuration

This simplifies local development setup by using standard Django
conventions and removing host restrictions. The previous specific
host configuration can be restored for production deployment.

- Set ALLOWED_HOSTS to accept all hosts for easier local testing - Update Docker port from 8080 to 8000 (Django default) - Adjust Gunicorn binding to match new port configuration This simplifies local development setup by using standard Django conventions and removing host restrictions. The previous specific host configuration can be restored for production deployment.
Saani added 1 commit 2025-11-23 18:27:18 +00:00
- Set ALLOWED_HOSTS to accept all hosts for easier local testing
- Update Docker port from 8080 to 8000 (Django default)
- Adjust Gunicorn binding to match new port configuration

This simplifies local development setup by using standard Django
conventions and removing host restrictions. The previous specific
host configuration can be restored for production deployment.
Saani merged commit fb54b4e120 into main 2025-11-23 18:27:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#18
No description provided.