X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=85f2afde0fcb74e6b3a835bc409fe80b72dcfa67;hp=3b056e1c275b0e6024c2cd4e2e8687b69fd5cea4;hb=191f7921330d3261c0f5360e63ac0196cef9cfbb;hpb=bccd4cc0dba0f89aa045b113bac46eb8cc1dab4e diff --git a/config/gigi.properties.template b/config/gigi.properties.template index 3b056e1c..85f2afde 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,8 +1,5 @@ host=127.0.0.1 -name.static=static.wpia.local -name.secure=secure.wpia.local -name.www=www.wpia.local -name.api=api.wpia.local +name.suffix=wpia.local https.port=443 http.port=80 @@ -10,14 +7,23 @@ http.port=80 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 +#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