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