summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 72b02b0a3..0ace2a28c 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),