diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-09-30 01:59:49 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-09-30 01:59:49 +0000 |
commit | 8ceb8babcaf90a1574e784045cbce2d804973849 (patch) | |
tree | cc099eb6afbd760892b40af3b5c14d72a74d92c7 /src/psycstore/psycstore.conf.in | |
parent | cd9b18db5c906675a904e67d0ee865ac40c1324f (diff) |
psycstore: add postgres database plugin
botched up based on mysql plugin.
still mostly untested...
Diffstat (limited to 'src/psycstore/psycstore.conf.in')
-rw-r--r-- | src/psycstore/psycstore.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in index 236471e36..82e9e67c2 100644 --- a/src/psycstore/psycstore.conf.in +++ b/src/psycstore/psycstore.conf.in @@ -23,3 +23,6 @@ CONFIG = ~/.my.cnf # PASSWORD = # HOST = localhost # PORT = 3306 + +[psycstore-postgres] +CONFIG = connect_timeout=10; dbname=gnunet |