projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca1414
)
fix defaults
author
Christian Grothoff
<christian@grothoff.org>
Tue, 22 Nov 2011 10:26:32 +0000
(10:26 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 22 Nov 2011 10:26:32 +0000
(10:26 +0000)
src/datacache/datacache.conf
patch
|
blob
|
history
diff --git
a/src/datacache/datacache.conf
b/src/datacache/datacache.conf
index fb850f39fdc0010f22ea50cf7234dbb44b389fb0..f6c269680050f30aca3f56bd24ce28860e00be39 100644
(file)
--- a/
src/datacache/datacache.conf
+++ b/
src/datacache/datacache.conf
@@
-1,8
+1,10
@@
[datacache-mysql]
-DATABASE = gnunet
check
+DATABASE = gnunet
CONFIG = ~/.my.cnf
# USER = gnunet
# PASSWORD =
# HOST = localhost
# PORT = 3306
+[datacache-postgres]
+CONFIG = "connect_timeout=10; dbname=gnunet"