aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/datacache.conf')
-rw-r--r--src/datacache/datacache.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datacache/datacache.conf b/src/datacache/datacache.conf
index fb850f39f..f6c269680 100644
--- a/src/datacache/datacache.conf
+++ b/src/datacache/datacache.conf
@@ -1,8 +1,10 @@
1[datacache-mysql] 1[datacache-mysql]
2DATABASE = gnunetcheck 2DATABASE = gnunet
3CONFIG = ~/.my.cnf 3CONFIG = ~/.my.cnf
4# USER = gnunet 4# USER = gnunet
5# PASSWORD = 5# PASSWORD =
6# HOST = localhost 6# HOST = localhost
7# PORT = 3306 7# PORT = 3306
8 8
9[datacache-postgres]
10CONFIG = "connect_timeout=10; dbname=gnunet"