From a51779afd15134aca8af8d9c04655e22bb0e92a1 Mon Sep 17 00:00:00 2001 From: fpiccinali Date: Thu, 22 Oct 2015 20:54:44 +0200 Subject: [PATCH] added a small comment. just a beginning for issue #1 --- installer.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer.cfg b/installer.cfg index cc2c066..b415532 100644 --- a/installer.cfg +++ b/installer.cfg @@ -3,8 +3,9 @@ tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem [database] +# Select database engine : postgres or mysql +engine = postgres host = 127.0.0.1 -engine = postgres install = true [postgres]