From 6ec810fe6a5dbde6f4e21e19092582c0ad9c0fdf Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 25 Nov 2015 19:57:25 +0100 Subject: Initial commit --- default/infinoted | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 default/infinoted (limited to 'default') 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" -- cgit v1.2.3