]> WPIA git - gigi.git/blob - config/test.properties.template
fix: typo in challenge
[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/postgresConnector.jar club.wpia.gigi.TestLauncher
10 serverPort.https=4443
11 serverPort.http=8098
12 mailPort=8473
13
14
15
16
17 # ==== ALL ===
18 name.suffix=wpia.local
19 sql.driver=org.postgresql.Driver
20 #sql.driver=com.mysql.jdbc.Driver
21 sql.url=jdbc:postgresql://localhost/gigi
22 #sql.url=jdbc:mysql://localhost:3306/gigi
23 sql.user=gigi
24 sql.password=<password>
25
26
27 domain.manage=http://you-installation-of-the/index.php
28 domain.http=you-intstallation-for-the-textfiles
29 domain.dnstest=the.dns.zone
30 domain.testns=the.authorativ.ns.for.domain.dnstest
31 domain.local=a.domain.that.resolves.to.localhost
32 #port that is 80 is redirected to
33 domain.localHTTP=80
34 domain.CAAtest=-failing.domain +succeeding.domain
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