X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Ftest.properties.template;h=46c1d1d230e5e3b73a5ad3f0dc427da9fa6f6378;hp=703bda1066c2305435905a751a3619fb21904bb0;hb=99ef9ee7f8d4a2332e4f08c7a0b23cc84966f555;hpb=fc2fcf0b35bf4cde8f4a9c7243de3306e8b4b55b diff --git a/config/test.properties.template b/config/test.properties.template index 703bda10..46c1d1d2 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -1,11 +1,13 @@ type=local -server=localhost:443 +serverPort.https=443 +serverPort.http=80 mail=localhost:8474 # ==== OR === type=autonomous java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.Launcher -serverPort=4443 +serverPort.https=4443 +serverPort.http=8098 mailPort=8473 @@ -20,3 +22,10 @@ sql.driver=com.mysql.jdbc.Driver 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