lib/chook/configuration.rb in chook-1.1.0 vs lib/chook/configuration.rb in chook-1.1.1

- old
+ new

@@ -52,10 +52,17 @@ log_file: Chook::Procs::STRING_TO_PATHNAME, log_level: Chook::Procs::STRING_TO_LOG_LEVEL, log_max_megs: :to_i, logs_to_keep: :to_i, webhooks_user: nil, - webhooks_user_pw: nil + webhooks_user_pw: nil, + admin_user: nil, + admin_pw: nil, + admin_session_expires: :to_i, + jamf_server: nil, + jamf_port: :to_i, + jamf_use_ssl: Chook::Procs::STRING_TO_BOOLEAN, + jamf_verify_cert: Chook::Procs::STRING_TO_BOOLEAN }.freeze # Class Variables #####################################