]> WPIA git - gigi.git/blobdiff - config/test.properties.template
ADD: Eclipse code style: pack for static imports
[gigi.git] / config / test.properties.template
index b15e01f7bcf93fdb5cd8c449e446ac7d3aea6aa2..a94f0b53218ba99a95cd286c60fa77b6d8875bdc 100644 (file)
@@ -1,9 +1,22 @@
 type=local
-server=localhost:443
+serverPort=443
 mail=localhost:8474
 
-==== OR ===
+==== OR ===
 type=autonomous
 java=java -cp bin;/path/to/mysqlConnector.jar org.cacert.gigi.Launcher
 serverPort=4443
 mailPort=8473
+
+
+
+
+# ==== ALL ===
+name.static=static.cacert.local
+name.secure=secure.cacert.local
+name.www=www.cacert.local
+name.api=api.cacert.local
+sql.driver=com.mysql.jdbc.Driver
+sql.url=jdbc:mysql://localhost:3306/cacert
+sql.user=cacert
+sql.password=<password>