config/access_control.yml

Summary

Maintainability
Test Coverage
default: &DEFAULT
  updates_allowed: true
  maintenance_message: Please try again in one hour.

development:
  <<: *DEFAULT

test:
  <<: *DEFAULT

staging:
  <<: *DEFAULT

production:
  <<: *DEFAULT