api.conf 210 B

123456789101112
  1. #
  2. # The API listener is used for distributed monitoring setups. (Salt managed)
  3. #
  4. object ApiListener "api" {
  5. bind_host = "127.0.0.1"
  6. ticket_salt = TicketSalt
  7. accept_commands = true
  8. accept_config = true
  9. }