X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Ftest.properties.template;h=232f46e09afbf701eb8852db233106fd6793cd72;hp=d295a7c489baa45aa230279e485bd9c5f834dd26;hb=4de35d0ba81eadeceb437dace9e06ef59caa2b39;hpb=d4534ff5febc5f60d49232a627132c7b6f58f933 diff --git a/config/test.properties.template b/config/test.properties.template index d295a7c4..232f46e0 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -2,6 +2,7 @@ type=local serverPort.https=443 serverPort.http=80 mail=localhost:8474 +#withSigner=false # ==== OR === type=autonomous @@ -18,8 +19,10 @@ name.static=static.cacert.local name.secure=secure.cacert.local name.www=www.cacert.local name.api=api.cacert.local -sql.driver=com.mysql.jdbc.Driver -sql.url=jdbc:mysql://localhost:3306/cacert +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=cacert sql.password= @@ -29,6 +32,8 @@ domain.http=you-intstallation-for-the-textfiles domain.dnstest=the.dns.zone domain.testns=the.authorativ.ns.for.domain.dnstest domain.local=a.domain.that.resolves.to.localhost +#port that is 80 is redirected to +domain.localHTTP=80 email.address=somemail@yourdomain.org