1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Move Allow Empty Password Appsettings to settings.py file

This commit is contained in:
catborise 2020-06-01 16:08:04 +03:00
parent 24a578f61b
commit 91a6dcc9f6
3 changed files with 25 additions and 29 deletions

View file

@ -133,9 +133,6 @@ LOGGING = {
# WebVirtCloud settings
#
# SCSS Directory
SCSS_DIR = "dev/scss"
# Websock port
WS_PORT = 6080
@ -163,7 +160,7 @@ QEMU_KEYMAPS = ['ar', 'da', 'de', 'de-ch', 'en-gb', 'en-us', 'es', 'et', 'fi',
'ja', 'lt', 'lv', 'mk', 'nl', 'nl-be', 'no', 'pl', 'pt',
'pt-br', 'ru', 'sl', 'sv', 'th', 'tr']
# keepalive interval and count for libvirt connections
# Keepalive interval and count for libvirt connections
LIBVIRT_KEEPALIVE_INTERVAL = 5
LIBVIRT_KEEPALIVE_COUNT = 5