manager.conf 467 B

1234567891011121314151617181920212223
  1. manager {
  2. # Credential database URI for manager. If it contains a password, make sure
  3. # to adjust the permissions of the config file accordingly.
  4. # database =
  5. # Enable debugging in manager.
  6. # debug = no
  7. # Plugins to load in manager.
  8. # load =
  9. # FastCGI socket of manager, to run it statically.
  10. # socket =
  11. # Threads to use for request handling.
  12. # threads = 10
  13. # Session timeout for manager.
  14. # timeout = 15m
  15. }