X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Fgigi.properties.template;h=6df75cb614b247d72e074bf935539e9276227381;hb=6d7ab9c4e2807bc40e7c583f899b5221cf44c8ea;hp=474d6771e48551ee92608cc1dadc5631773d997a;hpb=065ca60170f2471227dc25784e1a4c3b7912d367;p=gigi.git diff --git a/config/gigi.properties.template b/config/gigi.properties.template index 474d6771..6df75cb6 100644 --- a/config/gigi.properties.template +++ b/config/gigi.properties.template @@ -1,8 +1,16 @@ 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=