summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index e229b466c..14f7f25d4 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -99,6 +99,11 @@ DEFAULT_CONFIG = (
('debug', False),
('mode', 'production'),
+ # CA plugin:
+ ('ca_host', object), # Set in Env._finalize_core()
+ ('ca_port', 9180),
+ ('ca_ssl_port', 9443),
+
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************
@@ -116,6 +121,7 @@ DEFAULT_CONFIG = (
# raised.
# Set in Env.__init__():
+ ('host', object),
('ipalib', object), # The directory containing ipalib/__init__.py
('site_packages', object), # The directory contaning ipalib
('script', object), # sys.argv[0]