]> WPIA git - gigi.git/blobdiff - config/test.properties.template
upd: keep host names scalable and configurable
[gigi.git] / config / test.properties.template
index bc8d3355a732c6348222d46939a38ac1b1f347d0..5a63cab98f54085f8042bd9be344b4121ca7ea62 100644 (file)
@@ -2,10 +2,11 @@ type=local
 serverPort.https=443
 serverPort.http=80
 mail=localhost:8474
+#withSigner=false
 
 # ==== OR ===
 type=autonomous
-java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.Launcher
+java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.TestLauncher
 serverPort.https=4443
 serverPort.http=8098
 mailPort=8473
@@ -18,12 +19,25 @@ 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.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=<password>
 
 
-domain.dnsmanage=http://you-installation-of-the/index.php
+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
+#port that is 80 is redirected to
+domain.localHTTP=80
+domain.CAAtest=-failing.domain +succeeding.domain
+
+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