X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=4d7d8fda6c188e385836c80256aa870fd86823bd;hp=b37825f3e27f820dd6f25efa07d42f8a5ab6919b;hb=65e50396a0c9fdc000036f5990ffa1b388df4c5e;hpb=d690eda36eba121aa79e4f456d5f0eb481be8b86 diff --git a/config/gigi.properties.template b/config/gigi.properties.template index b37825f3..4d7d8fda 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -2,10 +2,22 @@ host=127.0.0.1 name.static=static.cacert.local name.secure=secure.cacert.local name.www=www.cacert.local -port=443 +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