aboutsummaryrefslogtreecommitdiff
path: root/src/template/template.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/template.conf')
-rw-r--r--src/template/template.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/template/template.conf b/src/template/template.conf
index e5f675a5d..24b123390 100644
--- a/src/template/template.conf
+++ b/src/template/template.conf
@@ -1,6 +1,10 @@
1[template] 1[template]
2START_ON_DEMAND = NO 2START_ON_DEMAND = NO
3PORT = 9999 3# for tests please come up with numbers that are
4# unlikely to be in use by anyone. we typically
5# use five digit numbers < 65536 with no "beauty"
6# (no repetitions, no sequences, no popularity).
7PORT = 99999
4HOSTNAME = localhost 8HOSTNAME = localhost
5BINARY = gnunet-service-template 9BINARY = gnunet-service-template
6ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;