From: Felix Dörre Date: Tue, 1 Jul 2014 20:42:18 +0000 (+0200) Subject: Purge the remains of "sql.properties" X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=d235fccee10821b6cef5f7f4301e5240fd33f3c4 Purge the remains of "sql.properties" --- diff --git a/config/.gitignore b/config/.gitignore index 0aa754e9..59f2d874 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,6 +1,5 @@ keystore.pkcs12 cacerts.jks -sql.properties gigi.properties test.properties diff --git a/doc/beforeYouStart.txt b/doc/beforeYouStart.txt index 1e0954cd..bfa3f39e 100644 --- a/doc/beforeYouStart.txt +++ b/doc/beforeYouStart.txt @@ -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/).