]> WPIA git - gigi.git/blobdiff - config/gigi.properties.template
upd: modified text displayed during certificate creation process
[gigi.git] / config / gigi.properties.template
index ef794f64faf8a47570933e018a9ed0d4b5acbf68..4d7d8fda6c188e385836c80256aa870fd86823bd 100644 (file)
@@ -8,7 +8,16 @@ 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=
+
+highFinancialValue=/path/to/alexa/list
+
+time.testValidMonths=12
+time.reverificationDays=90
+time.verificationFreshMonths=39
+time.verificationMaxAgeMonths=24