]> WPIA git - gigi.git/commitdiff
Purge the remains of "sql.properties"
authorFelix Dörre <felix@dogcraft.de>
Tue, 1 Jul 2014 20:42:18 +0000 (22:42 +0200)
committerFelix Dörre <felix@dogcraft.de>
Tue, 1 Jul 2014 20:42:18 +0000 (22:42 +0200)
config/.gitignore
doc/beforeYouStart.txt

index 0aa754e94a4359acbd5cab51f58abf6941d6297c..59f2d874c85ff395ee0ac3fb4393ebe95add78f9 100644 (file)
@@ -1,6 +1,5 @@
 
 keystore.pkcs12
 cacerts.jks
-sql.properties
 gigi.properties
 test.properties
index 1e0954cdd7108731a7933ba5d8580d8b872a7a84..bfa3f39e591dc4b464f84593977c9a166c19ade2 100644 (file)
@@ -4,7 +4,7 @@ Before you start using you might want to:
 - create a truststore for the server (scripts/generateTruststore.sh)
 
 - download locales (util/ org.cacert.gigi.util.FetchLocales)
-- write your sql connection properties: config/sql.properties.template -> config/sql.properties
+- write your sql connection properties: config/gigi.properties.template -> config/gigi.properties
 - add the corresponding jdbc connector to your path.
 
 - on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/).