X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=config%2Ftest.properties.template;h=46c1d1d230e5e3b73a5ad3f0dc427da9fa6f6378;hb=45c3f51456e7368a9cde5e32a2248f892a44f063;hp=1bd8a5845f01f229d14613b7e1448d4296a0606b;hpb=0a814fdf958fab3f77d7d9d5333ad4307f7c9b8c;p=gigi.git diff --git a/config/test.properties.template b/config/test.properties.template index 1bd8a584..46c1d1d2 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -1,18 +1,31 @@ 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.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