mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-04 10:14:31 +02:00
Update check
This commit is contained in:
parent
578f7a63f9
commit
03a9c12696
24 changed files with 349 additions and 16 deletions
|
@ -14,8 +14,8 @@ fi
|
|||
|
||||
cat > /app/wireguard_webadmin/production_settings.py <<EOL
|
||||
DEBUG = $DEBUG_VALUE
|
||||
ALLOWED_HOSTS = ['$SERVER_ADDRESS']
|
||||
CSRF_TRUSTED_ORIGINS = ['https://$SERVER_ADDRESS']
|
||||
ALLOWED_HOSTS = ['wireguard-webadmin', '$SERVER_ADDRESS']
|
||||
CSRF_TRUSTED_ORIGINS = ['http://wireguard-webadmin', 'https://$SERVER_ADDRESS']
|
||||
SECRET_KEY = '$(openssl rand -base64 32)'
|
||||
EOL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue