You are here

restrict_ip.settings.yml in Restrict IP 8

config/install/restrict_ip.settings.yml

File

config/install/restrict_ip.settings.yml
View source
  1. # D7 variable - restrict_ip_enable
  2. # Inidicates whether the module restrictions should be applied at runtime
  3. enable: false
  4. # D7 variable - restrict_ip_mail_address
  5. # An optional email address that can be displayed to users when access is restricted
  6. mail_address: ''
  7. # D7 variable - restrict_ip_watchdog
  8. # A boolean indicating whether the or not to log access attempts to the drupal log
  9. dblog: false
  10. # D7 variable - restrict_ip_allow_role_bypass
  11. # A boolean indicating whether access restriction bypasses can be configured by role
  12. allow_role_bypass: false
  13. # D7 variable - restrict_ip_bypass_action
  14. # A key indicating what action should be performed when bypasses are allowed by role, but users are not logged in
  15. bypass_action: 'provide_link_login_page'
  16. # D7 variable - restrict_ip_white_black_list
  17. # An integer indicating how to check bypass restrictions.
  18. # 0 = check access on all paths
  19. # 1 = check on all paths except the paths given in page_whitelist
  20. # 2 = check only on paths given in page_blacklist
  21. white_black_list: 0