X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=c34fff171d72835e6e36c5c7f2ec9f4384899524;hp=ab460685d431361dd97c7bbe24cf4ec34358528c;hb=41475d570b891d2af3a541298fd89a4c0dfb4ab5;hpb=7cf984749cf0027ccae90a53ebef07ab97ff164b diff --git a/config/gigi.properties.template b/config/gigi.properties.template index ab460685..c34fff17 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,7 +1,18 @@ host=127.0.0.1 -port=443 -emailProvider=org.cacert.gigi.email.Sendmail -sql.driver=com.mysql.jdbc.Driver -sql.url=jdbc:mysql:// +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=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