class SiteHook::ConfigSections::Webhook

Public Class Methods

sample() click to toggle source
# File lib/site_hook/config_sections.rb, line 12
      def self.sample
        <<~WEBHOOK
          webhook:
            host: 127.0.0.1
            port: 9090

        WEBHOOK
      end