X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Ftest.properties.template;h=5a63cab98f54085f8042bd9be344b4121ca7ea62;hp=02cb4d4953012d6b7fb203ea07327328d8afbef5;hb=4cb0252dc568fd6c56e986289a2c45e4a8884fb3;hpb=3ad63175cc8309ab090f2df24b593e61da421bbe diff --git a/config/test.properties.template b/config/test.properties.template index 02cb4d49..5a63cab9 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -2,10 +2,11 @@ type=local serverPort.https=443 serverPort.http=80 mail=localhost:8474 +#withSigner=false # ==== OR === type=autonomous -java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.Launcher +java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.TestLauncher serverPort.https=4443 serverPort.http=8098 mailPort=8473 @@ -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,7 +32,9 @@ 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 +domain.CAAtest=-failing.domain +succeeding.domain email.address=somemail@yourdomain.org email.password=somemails-imap-password