X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Fgigi.properties.template;h=c34fff171d72835e6e36c5c7f2ec9f4384899524;hp=474d6771e48551ee92608cc1dadc5631773d997a;hb=41475d570b891d2af3a541298fd89a4c0dfb4ab5;hpb=81ff6da55db164ad55799cd9893914327f8b5770 diff --git a/config/gigi.properties.template b/config/gigi.properties.template index 474d6771..c34fff17 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,8 +1,18 @@ 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