X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Fgigi.properties.template;h=85f2afde0fcb74e6b3a835bc409fe80b72dcfa67;hb=7a85d1889b747e9e82f1036ac1825aefac9bb6c0;hp=a6406a1e0784d3a2608cc5644ee6bb310462c97d;hpb=753aae17442cbcdfcbce2d720b7b5dfd13918294;p=gigi.git diff --git a/config/gigi.properties.template b/config/gigi.properties.template index a6406a1e..85f2afde 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,18 +1,29 @@ 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 https.port=443 http.port=80 -#emailProvider=org.cacert.gigi.email.Sendmail -emailProvider=org.cacert.gigi.email.CommandlineEmailProvider +#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.url=jdbc:postgresql://localhost/gigi +#sql.url=jdbc:mysql://localhost:3306/gigi sql.user= sql.password= -highFinancialValue=/path/to/alexa/list \ No newline at end of file +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 + +#mail.support=support@wpia.local +#mail.board=board@wpia.local +#mail.quiz=quiz@wpia.local +#mail.quizAdmin=quiz-admin@wpia.local