profiles:
  default:
    - ref: https://legacy1.domain.com/
      test: https://new1.domain.com/
    - ref: https://legacy2.domain.com/
      test: https://new2.domain.com/
    - ref: https:\/\/legacy3.domain.com\/(.*)\.aspx
      test: https://new3.domain.com/$1
      regex: true
      flags: i
