From d235fccee10821b6cef5f7f4301e5240fd33f3c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Tue, 1 Jul 2014 22:42:18 +0200 Subject: [PATCH] Purge the remains of "sql.properties" --- config/.gitignore | 1 - doc/beforeYouStart.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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/). -- 2.39.2