move config directory to ~/.monkeysphere
[monkeysphere.git] / etc / monkeysphere-server.conf
1 # MonkeySphere server configuration file.
2
3 # This is an sh-style shell configuration file.  Variable names should
4 # be separated from their assignements by a single '=' and no spaces.
5 # Environement variables with the same names as these variables but
6 # prefeced by "MONKEYSPHERE_" will take precedence over the values
7 # specified here.
8
9 # Log level.  Can be SILENT, ERROR, INFO, DEBUG, in increasing order
10 # of verbosity.
11 #LOG_LEVEL=INFO
12
13 # GPG keyserver to search for keys.
14 #KEYSERVER=subkeys.pgp.net
15
16 # Path to authorized_user_ids file to process to create
17 # authorized_keys file.  '%h' will be replaced by the home directory
18 # of the user, and %u will be replaced by the username of the user.
19 # For purely admin-controlled authorized_user_ids, you might put them
20 # in /etc/monkeysphere/authorized_user_ids/%u
21 #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids"
22
23 # Whether to add user controlled authorized_keys file to
24 # monkeysphere-generated authorized_keys file.  Should be path to file
25 # where '%h' will be replaced by the home directory of the user or
26 # '%u' by the username.  To not add any user-controlled file, put "-"
27 # FIXME: this usage of "-" contravenes the normal convention where "-"
28 # means standard in/out.  Why not use "none" or "" instead?
29 #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
30
31 # User who controls the monkeysphere authentication keyring.
32 #MONKEYSPHERE_USER=monkeysphere