bug fix: allowed host issue

This commit is contained in:
usmannasir
2025-09-15 12:07:15 +05:00
parent d64b53ef63
commit 26425dd397
4 changed files with 197 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
# Django Configuration
SECRET_KEY=your_very_long_random_secret_key_here_minimum_50_characters
DEBUG=False
ALLOWED_HOSTS=localhost,127.0.0.1,yourdomain.com
ALLOWED_HOSTS=*
# Database Configuration - CyberPanel Database
DB_NAME=cyberpanel