X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Ftest.properties.template;h=c57f99a415f7e6b8014a0fc72eae1d55c85df340;hp=f18f895b3866d78ea678e4836b76fc71a9c6c6eb;hb=119ca50f4a86da82d68c12e6828b9f65e91e8006;hpb=aa5723dbb64ec8efa63909d39ff72364f0a5ee96 diff --git a/config/test.properties.template b/config/test.properties.template index f18f895b..c57f99a4 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.TestLauncher +java=java -cp bin;/path/to/postgresConnector.jar club.wpia.gigi.TestLauncher serverPort.https=4443 serverPort.http=8098 mailPort=8473 @@ -14,15 +15,12 @@ mailPort=8473 # ==== ALL === -name.static=static.cacert.local -name.secure=secure.cacert.local -name.www=www.cacert.local -name.api=api.cacert.local +name.suffix=wpia.local 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.url=jdbc:postgresql://localhost/gigi +#sql.url=jdbc:mysql://localhost:3306/gigi +sql.user=gigi sql.password= @@ -31,7 +29,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