mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 08:16:09 +02:00
bug fix: allowed host issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user