You are here

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

migrations/d7_ip2country_settings.yml

File

migrations/d7_ip2country_settings.yml
View source
  1. id: d7_ip2country_settings
  2. label: Ip2Country configuration settings
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: variable
  8. source_module: ip2country
  9. variables:
  10. - ip2country_debug
  11. - ip2country_test_type
  12. - ip2country_test_ip_address
  13. - ip2country_test_country
  14. - ip2country_rir
  15. - ip2country_md5_checksum
  16. - ip2country_update_interval
  17. - ip2country_update_batch_size
  18. - ip2country_watchdog
  19. process:
  20. debug: ip2country_debug
  21. test_type: ip2country_test_type
  22. test_ip_address: ip2country_test_ip_address
  23. test_country: ip2country_test_country
  24. rir: ip2country_rir
  25. md5_checksum: ip2country_md5_checksum
  26. update_interval: ip2country_update_interval
  27. batch_size: ip2country_update_batch_size
  28. watchdog: ip2country_watchdog
  29. destination:
  30. plugin: config
  31. config_name: ip2country.settings