X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Fgigi.properties.template;h=4d7d8fda6c188e385836c80256aa870fd86823bd;hb=9f4de8970050fd3d72af6594a1c79c327bbc0656;hp=b091faf76a27ed1d15ea6a75b90174c071953a54;hpb=fc2fcf0b35bf4cde8f4a9c7243de3306e8b4b55b;p=gigi.git diff --git a/config/gigi.properties.template b/config/gigi.properties.template index b091faf7..4d7d8fda 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -4,10 +4,20 @@ name.secure=secure.cacert.local name.www=www.cacert.local name.api=api.cacert.local -port=443 +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