From 5782b882a725a0a626630cd361c6c4d3455449be Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 2 Nov 2009 14:16:27 -0700 Subject: ipa-server-install now renders UI assets --- ipalib/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ipalib/constants.py') 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), -- cgit