]> WPIA git - gigi.git/blob - config/test.properties.template
fix: do not follow redirects when doing http-pings (+testCase)
[gigi.git] / config / test.properties.template
1 type=local
2 serverPort.https=443
3 serverPort.http=80
4 mail=localhost:8474
5 #withSigner=false
6
7 # ==== OR ===
8 type=autonomous
9 java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.TestLauncher
10 serverPort.https=4443
11 serverPort.http=8098
12 mailPort=8473
13
14
15
16
17 # ==== ALL ===
18 name.static=static.cacert.local
19 name.secure=secure.cacert.local
20 name.www=www.cacert.local
21 name.api=api.cacert.local
22 sql.driver=org.postgresql.Driver
23 #sql.driver=com.mysql.jdbc.Driver
24 sql.url=jdbc:postgresql://localhost/cacert
25 #sql.url=jdbc:mysql://localhost:3306/cacert
26 sql.user=cacert
27 sql.password=<password>
28
29
30 domain.manage=http://you-installation-of-the/index.php
31 domain.http=you-intstallation-for-the-textfiles
32 domain.dnstest=the.dns.zone
33 domain.testns=the.authorativ.ns.for.domain.dnstest
34 domain.local=a.domain.that.resolves.to.localhost
35 #port that is 80 is redirected to
36 domain.localHTTP=80
37
38
39 email.address=somemail@yourdomain.org
40 email.password=somemails-imap-password
41 email.imap=imap.yourdomain.org
42 email.imap.user=somemail-imap-useraccount
43 email.non-address=some-non-existent-domain@yourdomain.org