X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Ftest.properties.template;h=bc8d3355a732c6348222d46939a38ac1b1f347d0;hp=a94f0b53218ba99a95cd286c60fa77b6d8875bdc;hb=5dcfbec6497e6b11aff12b7c1a1e187f3b6b30fb;hpb=40be0663dd6eb549e829aedf1b7dff102ef9fff3 diff --git a/config/test.properties.template b/config/test.properties.template index a94f0b53..bc8d3355 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -1,11 +1,13 @@ type=local -serverPort=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,8 @@ sql.driver=com.mysql.jdbc.Driver sql.url=jdbc:mysql://localhost:3306/cacert sql.user=cacert sql.password= + + +domain.dnsmanage=http://you-installation-of-the/index.php +domain.dnstest=the.dns.zone +domain.testns=the.authorativ.ns.for.domain.dnstest