X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=4d7d8fda6c188e385836c80256aa870fd86823bd;hp=474d6771e48551ee92608cc1dadc5631773d997a;hb=9b01e471cde09546f79c8182d470d6cccdf60623;hpb=065ca60170f2471227dc25784e1a4c3b7912d367 diff --git a/config/gigi.properties.template b/config/gigi.properties.template index 474d6771..4d7d8fda 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,8 +1,23 @@ host=127.0.0.1 -port=443 +name.static=static.cacert.local +name.secure=secure.cacert.local +name.www=www.cacert.local +name.api=api.cacert.local + +https.port=443 +http.port=80 #emailProvider=org.cacert.gigi.email.Sendmail emailProvider=org.cacert.gigi.email.CommandlineEmailProvider -sql.driver=com.mysql.jdbc.Driver -sql.url=jdbc:mysql:// +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.user= sql.password= + +highFinancialValue=/path/to/alexa/list + +time.testValidMonths=12 +time.reverificationDays=90 +time.verificationFreshMonths=39 +time.verificationMaxAgeMonths=24