You are here

ip2country.schema.yml in IP-based Determination of a Visitor's Country 8

config/schema/ip2country.schema.yml

File

config/schema/ip2country.schema.yml
View source
  1. # Schema for the configuration files of the ip2country module.
  2. ip2country.settings:
  3. type: config_object
  4. mapping:
  5. watchdog:
  6. type: boolean
  7. label: 'Log database updates to watchdog'
  8. rir:
  9. type: string
  10. label: 'RIR to use for database updates'
  11. md5_checksum:
  12. type: boolean
  13. label: 'Calculate and compare MD5 checksum for database updates'
  14. update_interval:
  15. type: integer
  16. label: 'Database update interval in seconds'
  17. batch_size:
  18. type: integer
  19. label: 'Database update batch size'
  20. debug:
  21. type: boolean
  22. label: 'Operate in debug mode'
  23. test_type:
  24. type: integer
  25. label: 'Select country spoofing or IP address spoofing'
  26. test_country:
  27. type: string
  28. label: 'Country to spoof'
  29. test_ip_address:
  30. type: string
  31. label: 'IP address to spoof'