diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-03 13:19:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-03 13:19:52 +0000 |
commit | 29c724d2a7764f83fe846b418d09540348b86983 (patch) | |
tree | dafaff8e37ba51355b22b6f38d856ae49e145006 /src/datacache | |
parent | b303961f38c9b578f30248ee364ed4e5ffdcd06c (diff) |
implementing #1747
Diffstat (limited to 'src/datacache')
-rw-r--r-- | src/datacache/Makefile.am | 5 | ||||
-rw-r--r-- | src/datacache/datacache.conf | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am index 8e4f265cdb..5a3d22bbb8 100644 --- a/src/datacache/Makefile.am +++ b/src/datacache/Makefile.am @@ -2,6 +2,11 @@ INCLUDES = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet +pkgcfgdir= $(pkgdatadir)/config.d/ + +dist_pkgcfg_DATA = \ + datacache.conf + if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif diff --git a/src/datacache/datacache.conf b/src/datacache/datacache.conf new file mode 100644 index 0000000000..fb850f39fd --- /dev/null +++ b/src/datacache/datacache.conf @@ -0,0 +1,8 @@ +[datacache-mysql] +DATABASE = gnunetcheck +CONFIG = ~/.my.cnf +# USER = gnunet +# PASSWORD = +# HOST = localhost +# PORT = 3306 + |