X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config%2Ftest.properties.template;h=02cb4d4953012d6b7fb203ea07327328d8afbef5;hb=b963961a09db63b2c0bf22ae3d44abd3911fd1f5;hp=01a83dfc51ecedf96dbe1aae89a1cbbd3d565608;hpb=d690eda36eba121aa79e4f456d5f0eb481be8b86;p=gigi.git diff --git a/config/test.properties.template b/config/test.properties.template index 01a83dfc..02cb4d49 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 @@ -15,7 +17,22 @@ mailPort=8473 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 + + +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