From 6e456cc7494bc00e905361f3e6d42dff99089c6b Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 27 Oct 2008 23:30:55 -0600 Subject: More CLI cleanup, got all basics working again --- ipalib/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 9da93e00..25ee6c31 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! -- cgit