]> WPIA git - gigi.git/blobdiff - config/gigi.properties.template
upd: keep host names scalable and configurable
[gigi.git] / config / gigi.properties.template
index b091faf76a27ed1d15ea6a75b90174c071953a54..c65fd4144fbf9ec12a08faddc748b6b6d39430a5 100644 (file)
@@ -1,13 +1,20 @@
 host=127.0.0.1
-name.static=static.cacert.local
-name.secure=secure.cacert.local
-name.www=www.cacert.local
-name.api=api.cacert.local
+name.suffix=wpia.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://
+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