aboutsummaryrefslogtreecommitdiffstats
path: root/testing/udpt/udpt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/udpt/udpt.conf')
-rw-r--r--testing/udpt/udpt.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/udpt/udpt.conf b/testing/udpt/udpt.conf
new file mode 100644
index 00000000000..515a45feeb2
--- /dev/null
+++ b/testing/udpt/udpt.conf
@@ -0,0 +1,13 @@
+mode = "dynamic"
+db_path = "/var/lib/udpt/database.json.bz2"
+log_level = "info"
+
+[udp]
+announce_interval = 120 # Two minutes
+bind_address = "0.0.0.0:1212"
+
+# [http]
+# bind_address = "127.0.0.1:1212"
+#
+# [http.access_tokens]
+# someone = "MyAccessToken"