You are here

cloudflare.settings.schema.yml in CloudFlare 8

config/schema/cloudflare.settings.schema.yml

File

config/schema/cloudflare.settings.schema.yml
View source
  1. # Schema for the configuration files of the CloudFlare module.
  2. cloudflare.settings:
  3. type: config_object
  4. label: 'CloudFlare Config'
  5. mapping:
  6. client_ip_restore_enabled:
  7. label: 'Restore Client Ip Address.'
  8. type: boolean
  9. translatable: false
  10. bypass_host:
  11. label: 'Host to Bypass CloudFlare. Helps suppress log warnings regarding requests bypassing CloudFlare.'
  12. type: string
  13. translatable: false
  14. valid_credentials:
  15. label: 'Indicator that user entered credentials are valid.'
  16. type: boolean
  17. translatable: false
  18. zone_id:
  19. type: string
  20. label: 'CloudFlare ZoneId corresponding to the site domain.'
  21. translatable: false
  22. apikey:
  23. type: string
  24. label: 'ApiKey used to authenticate against CloudFlare'
  25. translatable: false
  26. email:
  27. type: string
  28. label: 'Email used to authenticate against CloudFlare.'
  29. translatable: false