aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.conf.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 11:36:32 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 11:36:32 +0200
commitb56e4e05ad919c7191260fcf1d78b1f8d739871a (patch)
tree88a8aa4c82d664666c10c5099654bbfc295ab139 /src/conversation/conversation.conf.in
parent7c7d819e8e03dadb91935d5ae91aa921cc7b86c7 (diff)
downloadgnunet-b56e4e05ad919c7191260fcf1d78b1f8d739871a.tar.gz
gnunet-b56e4e05ad919c7191260fcf1d78b1f8d739871a.zip
BUILD: Move conversation to contrib/service
Diffstat (limited to 'src/conversation/conversation.conf.in')
-rw-r--r--src/conversation/conversation.conf.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/conversation/conversation.conf.in b/src/conversation/conversation.conf.in
deleted file mode 100644
index b28fb6e1f..000000000
--- a/src/conversation/conversation.conf.in
+++ /dev/null
@@ -1,29 +0,0 @@
1[conversation]
2START_ON_DEMAND = @START_ON_DEMAND@
3BINARY = gnunet-service-conversation
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock
5HOSTNAME = localhost
6@UNIXONLY@ PORT = 2120
7
8# Desired phone line. Change if multiple users are using
9# the same peer and we thus need disjoint phone lines.
10LINE = 1
11
12# Should the phone record be private? (only set to YES if
13# you really know what you are doing, you will then likely
14# not be able to receive calls).
15RECORD_IS_PRIVATE = NO
16
17# How long should phone records remain published in GNS?
18# A long expiration time has the advantage that the phone
19# is more likely found and/or resolved faster, OTOH it
20# then takes longer to change the phone line if necessary.
21# The default should be fine for most users.
22RECORD_EXPIRATION = 1 day
23
24
25ACCEPT_FROM = 127.0.0.1;
26ACCEPT_FROM6 = ::1;
27UNIX_MATCH_UID = NO
28UNIX_MATCH_GID = YES
29