X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Ftest.properties.template;h=5a63cab98f54085f8042bd9be344b4121ca7ea62;hb=bccd4cc0dba0f89aa045b113bac46eb8cc1dab4e;hp=1bd8a5845f01f229d14613b7e1448d4296a0606b;hpb=065ca60170f2471227dc25784e1a4c3b7912d367;p=gigi.git diff --git a/config/test.properties.template b/config/test.properties.template index 1bd8a584..5a63cab9 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -1,18 +1,43 @@ type=local -server=localhost:443 +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 -serverPort=4443 +java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.TestLauncher +serverPort.https=4443 +serverPort.http=8098 mailPort=8473 # ==== ALL === -sql.driver=com.mysql.jdbc.Driver -sql.url=jdbc:mysql://localhost:3306/cacert +name.static=static.cacert.local +name.secure=secure.cacert.local +name.www=www.cacert.local +name.api=api.cacert.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.password= + + +domain.manage=http://you-installation-of-the/index.php +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 +email.imap=imap.yourdomain.org +email.imap.user=somemail-imap-useraccount +email.non-address=some-non-existent-domain@yourdomain.org