d repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: 8b9ffa4568b97acd778ef4ec37904167f3747c11 (plain)
  1. # Monkeysphere server configuration file.
  2. # This is an sh-style shell configuration file. Variable names should
  3. # be separated from their assignments by a single '=' and no spaces.
  4. # Environment variables with the same names as these variables but
  5. # prefaced by "MONKEYSPHERE_" will take precedence over the values
  6. # specified here.
  7. # User who controls the monkeysphere authentication keyring.
  8. #MONKEYSPHERE_USER=monkeysphere
  9. # Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
  10. # increasing order of verbosity.
  11. #LOG_LEVEL=INFO
  12. # Path to authorized_user_ids file to process to create
  13. # authorized_keys file. '%h' will be replaced by the home directory
  14. # of the user, and '%u' will be replaced by the username of the user.
  15. # For purely admin-controlled authorized_user_ids, you might put them