git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/default/infinoted
diff options
context:
space:
mode:
Diffstat (limited to 'default/infinoted')
-rw-r--r--default/infinoted14
1 files changed, 14 insertions, 0 deletions
diff --git a/default/infinoted b/default/infinoted
new file mode 100644
index 0000000..a26b0b0
--- /dev/null
+++ b/default/infinoted
@@ -0,0 +1,14 @@
+# Default values to - yes, right, infinoted. This will be read by initd's infinoted
+# which was also released by me. Both files are half an hour of dirty work, don't
+# except perfection or DAU compliance.
+
+# If you enter a wrong value here, infinote will throw an error at you but continue
+# nonetheless. Be careful.
+INFINOTE_ROOT="/usr/local/share/infinoted"
+
+# The certificates. With this version we force TLS. You're better off so anyway (;
+INFINOTE_CERT="/etc/infinoted/cert.pem"
+INFINOTE_KEY="/etc/infinoted/key.pem"
+
+# The port to listen on
+INFINOTE_PORT="6663"