Sha256: 864cdad8d9545100d79cb739d710e11014346d3f1bdf19402608f3cd4a2a7e43
Contents?: true
Size: 468 Bytes
Versions: 14
Compression:
Stored size: 468 Bytes
Contents
Acu.setup do |config| # to tighten the security this is enabled by default # i.e if it checked to be true, then if a request didn't match to any of rules, it will get passed through # otherwise the requests which don't fit into any of rules, we be denied by default config.allow_by_default = false # the audit log file, to log how the requests handles, good for production # leave it black for nil to disable the logging config.audit_log_file = "" end
Version data entries
14 entries across 14 versions & 1 rubygems