settings.py Add netboot banner default value

The NETBOOT_SECURITY_BANNER was missing on the settings.py module (it
was only included on the example file). Set it on settings.py as well so
it is used by default.
This commit is contained in:
Santiago Torres 2020-05-22 17:34:06 -04:00 committed by Jelle van der Waa
parent 8b2f897702
commit 58d8b79b0b
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -225,4 +225,7 @@
INSTALLED_APPS = list(INSTALLED_APPS) + ['debug_toolbar']
## Display a warning if serving netboot images on downgraded ciphers
NETBOOT_SECURITY_BANNER=True
# vim: set ts=4 sw=4 et: