X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=252b2be5049af776974d33af62d60a59f90c3f53;hp=474d6771e48551ee92608cc1dadc5631773d997a;hb=refs%2Fheads%2Fmaster;hpb=065ca60170f2471227dc25784e1a4c3b7912d367 diff --git a/config/gigi.properties.template b/config/gigi.properties.template index 474d6771..252b2be5 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,8 +1,32 @@ host=127.0.0.1 -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/gigi +#sql.url=jdbc:mysql://localhost:3306/gigi sql.user= sql.password= + +highFinancialValue=/path/to/alexa/list +#knownPasswordHashes = /usr/share/pwned-passwords/pwned-passwords.bin + +time.testValidMonths=12 +time.reverificationDays=90 +time.verificationFreshMonths=39 +time.verificationMaxAgeMonths=24 + +appName=SomeCA +appIdentifier=someca + +#to use Gigi without public RA Agent functionality remove # from next line +#communityCA=true + +#mail.support=support@wpia.local +#mail.board=board@wpia.local +#mail.quiz=quiz@wpia.local +#mail.quizAdmin=quiz-admin@wpia.local