]> WPIA git - gigi.git/blob - config/test.properties.template
Adding stub for gigi-api (api.gigi.org)
[gigi.git] / config / test.properties.template
1 type=local
2 server=localhost:443
3 mail=localhost:8474
4
5 # ==== OR ===
6 type=autonomous
7 java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.Launcher
8 serverPort=4443
9 mailPort=8473
10
11
12
13
14 # ==== ALL ===
15 name.static=static.cacert.local
16 name.secure=secure.cacert.local
17 name.www=www.cacert.local
18 name.api=api.cacert.local
19 sql.driver=com.mysql.jdbc.Driver
20 sql.url=jdbc:mysql://localhost:3306/cacert
21 sql.user=cacert
22 sql.password=<password>