aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/psycstore.conf.in
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
committerGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /src/psycstore/psycstore.conf.in
parent10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff)
downloadgnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.tar.gz
gnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.zip
add social service
Diffstat (limited to 'src/psycstore/psycstore.conf.in')
-rw-r--r--src/psycstore/psycstore.conf.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in
index 18c2d1adf..ba8b21753 100644
--- a/src/psycstore/psycstore.conf.in
+++ b/src/psycstore/psycstore.conf.in
@@ -1,11 +1,16 @@
1[psycstore] 1[psycstore]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3BINARY = gnunet-service-psycstore 3BINARY = gnunet-service-psycstore
4
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock
5HOSTNAME = localhost 6UNIX_MATCH_UID = YES
6@UNIXONLY@PORT = 2111
7UNIX_MATCH_UID = NO
8UNIX_MATCH_GID = YES 7UNIX_MATCH_GID = YES
8
9@UNIXONLY@PORT = 2111
10HOSTNAME = localhost
11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1;
13
9DATABASE = sqlite 14DATABASE = sqlite
10 15
11[psycstore-sqlite] 16[psycstore-sqlite]