]> WPIA git - gigi.git/blobdiff - config/gigi.properties.template
upd: keep host names scalable and configurable
[gigi.git] / config / gigi.properties.template
index ab460685d431361dd97c7bbe24cf4ec34358528c..c65fd4144fbf9ec12a08faddc748b6b6d39430a5 100644 (file)
@@ -1,7 +1,20 @@
 host=127.0.0.1
-port=443
-emailProvider=org.cacert.gigi.email.Sendmail
-sql.driver=com.mysql.jdbc.Driver
-sql.url=jdbc:mysql://
+name.suffix=wpia.local
+
+https.port=443
+http.port=80
+#emailProvider=club.wpia.gigi.email.Sendmail
+emailProvider=club.wpia.gigi.email.CommandlineEmailProvider
+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