summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 9da93e006..25ee6c312 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -53,6 +53,7 @@ DEFAULT_CONFIG = (
# Debugging:
('verbose', False),
('debug', False),
+ ('mode', 'production'),
# ********************************************************
# The remaining keys are never set from the values here!