From 12b4a642e1f5b3c9b580646c8fa555cb9a79b1c0 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 7 Aug 2012 13:53:46 -0500 Subject: Admin/Init: Update initial bcfg2.conf file --- src/lib/Bcfg2/Server/Admin/Init.py | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/lib/Bcfg2/Server/Admin/Init.py b/src/lib/Bcfg2/Server/Admin/Init.py index 30603bddc..65194de06 100644 --- a/src/lib/Bcfg2/Server/Admin/Init.py +++ b/src/lib/Bcfg2/Server/Admin/Init.py @@ -20,18 +20,22 @@ plugins = %s [statistics] sendmailpath = %s -database_engine = sqlite3 +#web_debug = False +#time_zone = + +[database] +engine = sqlite3 # 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'. -database_name = +name = # Or path to database file if using sqlite3. #/etc/brpt.sqlite is default path if left empty -database_user = +user = # Not used with sqlite3. -database_password = +password = # Not used with sqlite3. -database_host = +host = # Not used with sqlite3. -database_port = +port = [communication] protocol = %s -- cgit v1.2.3-1-g7c22