summarylogtreecommitdiffstats
path: root/weave-minimal.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weave-minimal.conf')
-rw-r--r--weave-minimal.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/weave-minimal.conf b/weave-minimal.conf
new file mode 100644
index 000000000000..3ed550163896
--- /dev/null
+++ b/weave-minimal.conf
@@ -0,0 +1,13 @@
+[weave-minimal]
+# Bind address and port.
+host=127.0.0.1
+port=8585
+# Directory where user DB files are placed. Must be writable by "weave" user.
+data-dir=/var/lib/weave/data/
+# Public URL that the weave server can be accessed from.
+base-url=https://EXAMPLE.COM/weave-custom/
+# Log level (printed to STDOUT)
+log-level=INFO
+
+# Uncomment this and restart server to allow new users to register.
+#enable-registration=yes