]> WPIA git - gigi.git/blob - config/test.properties.template
Implement purging of Database before testcases.
[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 sql.driver=com.mysql.jdbc.Driver
16 sql.url=jdbc:mysql://localhost:3306/cacert
17 sql.user=cacert
18 sql.password=<password>