fix defaults
authorChristian Grothoff <christian@grothoff.org>
Tue, 22 Nov 2011 10:26:32 +0000 (10:26 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 22 Nov 2011 10:26:32 +0000 (10:26 +0000)
src/datacache/datacache.conf

index fb850f39fdc0010f22ea50cf7234dbb44b389fb0..f6c269680050f30aca3f56bd24ce28860e00be39 100644 (file)
@@ -1,8 +1,10 @@
 [datacache-mysql]
-DATABASE = gnunetcheck
+DATABASE = gnunet
 CONFIG = ~/.my.cnf
 # USER = gnunet
 # PASSWORD =
 # HOST = localhost
 # PORT = 3306
 
+[datacache-postgres]
+CONFIG = "connect_timeout=10; dbname=gnunet"