diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2012-08-23 12:01:28 -0500 |
---|---|---|
committer | Tim Laszlo <tim.laszlo@gmail.com> | 2012-08-23 12:15:14 -0500 |
commit | c4333e19e815895fab0a75f75c6bfcfb5e06ee45 (patch) | |
tree | ad6540fcfb24cb5f182c9004ab717b71dcc1fcf6 /src/lib/Bcfg2/Server | |
parent | 4330049f383ee34e9b3fa117dd65103186742cd1 (diff) | |
download | bcfg2-c4333e19e815895fab0a75f75c6bfcfb5e06ee45.tar.gz bcfg2-c4333e19e815895fab0a75f75c6bfcfb5e06ee45.tar.bz2 bcfg2-c4333e19e815895fab0a75f75c6bfcfb5e06ee45.zip |
Init: comment out database setting by default
Diffstat (limited to 'src/lib/Bcfg2/Server')
-rw-r--r-- | src/lib/Bcfg2/Server/Admin/Init.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/Bcfg2/Server/Admin/Init.py b/src/lib/Bcfg2/Server/Admin/Init.py index 839685be6..fefd17d6a 100644 --- a/src/lib/Bcfg2/Server/Admin/Init.py +++ b/src/lib/Bcfg2/Server/Admin/Init.py @@ -24,18 +24,18 @@ sendmailpath = %s #time_zone = [database] -engine = sqlite3 +#engine = sqlite3 # 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'. -name = +#name = # Or path to database file if using sqlite3. #<repository>/bcfg2.sqlite is default path if left empty -user = +#user = # Not used with sqlite3. -password = +#password = # Not used with sqlite3. -host = +#host = # Not used with sqlite3. -port = +#port = [communication] protocol = %s |