X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Ftest.properties.template;h=f18f895b3866d78ea678e4836b76fc71a9c6c6eb;hb=6887ff6c8341dfafc1caf627b853a1b05eaf5af1;hp=354b3f217a192608fe4f294c23006bf8798f6228;hpb=98410d964cfab49b45c5e56c4f9577f6527f400b;p=gigi.git diff --git a/config/test.properties.template b/config/test.properties.template index 354b3f21..f18f895b 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -5,7 +5,7 @@ mail=localhost:8474 # ==== 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,12 +18,23 @@ 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= -domain.dnsmanage=http://you-installation-of-the/index.php +domain.manage=http://you-installation-of-the/index.php +domain.http=you-intstallation-for-the-textfiles domain.dnstest=the.dns.zone -domain.dnsns=the.authorativ.ns.for.domain.dnstest +domain.testns=the.authorativ.ns.for.domain.dnstest +domain.local=a.domain.that.resolves.to.localhost + + +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