X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=5e939e2d3e644e77a8719f44d468af9aa65d9291;hp=c65fd4144fbf9ec12a08faddc748b6b6d39430a5;hb=ca5b2d7f196081e136a5b48795cefec951b60193;hpb=5ff16bf1cd44c001f134e3eabfb30ecd6e78c08c diff --git a/config/gigi.properties.template b/config/gigi.properties.template index c65fd414..5e939e2d 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -7,8 +7,8 @@ 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= @@ -18,3 +18,11 @@ 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