X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Ftest.properties.template;h=bc8d3355a732c6348222d46939a38ac1b1f347d0;hb=7f7a599fb3855b7056f0a79bfb73c393f8b21c12;hp=1bd8a5845f01f229d14613b7e1448d4296a0606b;hpb=0a814fdf958fab3f77d7d9d5333ad4307f7c9b8c;p=gigi.git diff --git a/config/test.properties.template b/config/test.properties.template index 1bd8a584..bc8d3355 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -1,18 +1,29 @@ 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 # ==== ALL === +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.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