summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-27 23:30:55 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-27 23:30:55 -0600
commit6e456cc7494bc00e905361f3e6d42dff99089c6b (patch)
treef5987968fbd549ac4cf9a9fa4a16fe6384a70486 /ipalib/constants.py
parent9b1e3f59465c6ba33f4266bc3add469b5e1711eb (diff)
downloadfreeipa-6e456cc7494bc00e905361f3e6d42dff99089c6b.tar.gz
freeipa-6e456cc7494bc00e905361f3e6d42dff99089c6b.tar.xz
freeipa-6e456cc7494bc00e905361f3e6d42dff99089c6b.zip
More CLI cleanup, got all basics working again
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!