]> WPIA git - gigi.git/blobdiff - config/gigi.properties.template
upd: keep host names scalable and configurable
[gigi.git] / config / gigi.properties.template
index b37825f3e27f820dd6f25efa07d42f8a5ab6919b..c65fd4144fbf9ec12a08faddc748b6b6d39430a5 100644 (file)
@@ -1,11 +1,20 @@
 host=127.0.0.1
-name.static=static.cacert.local
-name.secure=secure.cacert.local
-name.www=www.cacert.local
-port=443
-#emailProvider=org.cacert.gigi.email.Sendmail
-emailProvider=org.cacert.gigi.email.CommandlineEmailProvider
-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