BeePong / 42_transcendence

This group project is about creating a website for the mighty Pong contest!🏓
2 stars 3 forks source link

Feature/Dynamic-IP-Handling #67

Open liocle opened 2 months ago

liocle commented 2 months ago

Title: Implement Dynamic IP Handling for ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS

Description: Update the configuration to allow automatic population of the server's IP address in the ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS settings in settings.py. This change is needed to support environments where the server's IP address may change due to DHCP assignment. The goal is to automate this process, reducing the need for manual updates when the IP address changes.

Acceptance Criteria:

liocle commented 2 months ago

Postponed to after evaluation