git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/default/infinoted
blob: a26b0b0057bfeb1039754374e864b73cafc04861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"