summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-11-02 14:16:27 -0700
committerJason Gerard DeRose <jderose@redhat.com>2009-11-04 03:52:30 -0700
commit5782b882a725a0a626630cd361c6c4d3455449be (patch)
tree67b86987fd7c9b9d9b09b213c48b646ad36ce424 /ipalib/constants.py
parentbd619adb5c1cfcd9e72c18896aded82e2ab33faa (diff)
downloadfreeipa-5782b882a725a0a626630cd361c6c4d3455449be.tar.gz
freeipa-5782b882a725a0a626630cd361c6c4d3455449be.tar.xz
freeipa-5782b882a725a0a626630cd361c6c4d3455449be.zip
ipa-server-install now renders UI assets
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),