X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=b90f534632f2508f05a2694ba650b9c916f2442b;hp=ab460685d431361dd97c7bbe24cf4ec34358528c;hb=f9c330aaf4537d80cb6bb4a0734b2fe7fe5c6b89;hpb=7cf984749cf0027ccae90a53ebef07ab97ff164b diff --git a/config/gigi.properties.template b/config/gigi.properties.template index ab460685..b90f5346 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,7 +1,23 @@ 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/gigi +#sql.url=jdbc:mysql://localhost:3306/gigi sql.user= sql.password= + +highFinancialValue=/path/to/alexa/list + +time.testValidMonths=12 +time.reverificationDays=90 +time.verificationFreshMonths=39 +time.verificationMaxAgeMonths=24 + +appName=SomeCA +appIdentifier=someca