mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
UserAttributes.default_instances moved to django.conf.settings.NEW_USER_DEFAULT_INSTANCES
This commit is contained in:
parent
2ef672ffb5
commit
b7cd731fda
2 changed files with 7 additions and 8 deletions
|
@ -117,6 +117,11 @@ LIBVIRT_KEEPALIVE_INTERVAL = 5
|
|||
LIBVIRT_KEEPALIVE_COUNT = 5
|
||||
|
||||
ALLOW_INSTANCE_MULTIPLE_OWNER = True
|
||||
NEW_USER_DEFAULT_INSTANCES = [
|
||||
'debian8-template',
|
||||
'debian9-template',
|
||||
'kiv-adm-template',
|
||||
]
|
||||
CLONE_INSTANCE_DEFAULT_PREFIX = 'ourea'
|
||||
LOGS_PER_PAGE = 100
|
||||
QUOTA_DEBUG = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue