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