diff options
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/constants.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 72b02b0a..0ace2a28 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -109,12 +109,11 @@ DEFAULT_CONFIG = ( ('mount_xmlserver', 'xml'), ('mount_jsonserver', 'json'), ('mount_webui', 'ui/'), - ('mount_webui_assets', '_/'), + ('mount_webui_assets', '/ipa-assets/'), # WebUI stuff: ('webui_prod', True), ('webui_assets_dir', None), - ('webui_assets_dburi', None), # Debugging: ('verbose', False), |