X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2Ftest.properties.template;h=f18f895b3866d78ea678e4836b76fc71a9c6c6eb;hp=b15e01f7bcf93fdb5cd8c449e446ac7d3aea6aa2;hb=929352b2603bd011c48119d8d75a1a00a3889ca8;hpb=7cf984749cf0027ccae90a53ebef07ab97ff164b diff --git a/config/test.properties.template b/config/test.properties.template index b15e01f7..f18f895b 100644 --- a/config/test.properties.template +++ b/config/test.properties.template @@ -1,9 +1,40 @@ type=local -server=localhost:443 +serverPort.https=443 +serverPort.http=80 mail=localhost:8474 -==== OR === +# ==== OR === type=autonomous -java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.Launcher -serverPort=4443 +java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.TestLauncher +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=org.postgresql.Driver +#sql.driver=com.mysql.jdbc.Driver +sql.url=jdbc:postgresql://localhost/cacert +#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