]> WPIA git - gigi.git/blobdiff - config/gigi.properties.template
fix: do not follow redirects when doing http-pings (+testCase)
[gigi.git] / config / gigi.properties.template
index ef794f64faf8a47570933e018a9ed0d4b5acbf68..6df75cb614b247d72e074bf935539e9276227381 100644 (file)
@@ -8,7 +8,9 @@ https.port=443
 http.port=80
 #emailProvider=org.cacert.gigi.email.Sendmail
 emailProvider=org.cacert.gigi.email.CommandlineEmailProvider
-sql.driver=com.mysql.jdbc.Driver
-sql.url=jdbc:mysql://
+sql.driver=org.postgresql.Driver
+#sql.driver=com.mysql.jdbc.Driver
+sql.url=jdbc:postgresql://localhost/cacert
+#sql.url=jdbc:mysql://localhost:3306/cacert
 sql.user=
 sql.password=