You are here

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

migrations/d6_ip2country_settings.yml

File

migrations/d6_ip2country_settings.yml
View source
  1. id: d6_ip2country_settings
  2. label: Ip2Country configuration settings
  3. migration_tags:
  4. - Drupal 6
  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_update_interval
  16. - ip2country_watchdog
  17. process:
  18. debug: ip2country_debug
  19. test_type: ip2country_test_type
  20. test_ip_address: ip2country_test_ip_address
  21. test_country: ip2country_test_country
  22. rir: ip2country_rir
  23. update_interval: ip2country_update_interval
  24. watchdog: ip2country_watchdog
  25. destination:
  26. plugin: config
  27. config_name: ip2country.settings