]> WPIA git - gigi.git/blobdiff - config/test.properties.template
Merge "Update notes about password security"
[gigi.git] / config / test.properties.template
index d295a7c489baa45aa230279e485bd9c5f834dd26..f18f895b3866d78ea678e4836b76fc71a9c6c6eb 100644 (file)
@@ -18,8 +18,10 @@ 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.driver=org.postgresql.Driver
+#sql.driver=com.mysql.jdbc.Driver
+sql.url=jdbc:postgresql://localhost/cacert
+#sql.url=jdbc:mysql://localhost:3306/cacert
 sql.user=cacert
 sql.password=<password>