aboutsummaryrefslogtreecommitdiff
path: root/templates/monkeysphere-host.conf.erb
blob: 418c696bb3ad937b3c1d255916316eb318171496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Monkeysphere host configuration file.

# This is an sh-style shell configuration file.  Variable names should
# be separated from their assignments by a single '=' and no spaces.
# Environment variables with the same names as these variables but
# prefaced by "MONKEYSPHERE_" will take precedence over the values
# specified here.

# Log level.  Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
# increasing order of verbosity.
#LOG_LEVEL=INFO

# OpenPGP keyserver
#KEYSERVER=pool.sks-keyservers.net
<%= 'KEYSERVER='+keyserver if keyserver and keyserver != 'pool.sks-keyservers.net' %>