Skip to content

Instantly share code, notes, and snippets.

@bkaney
Last active July 12, 2023 17:56
Show Gist options
  • Save bkaney/da534b2c2c70330a459000cab0e5c0fa to your computer and use it in GitHub Desktop.
Save bkaney/da534b2c2c70330a459000cab0e5c0fa to your computer and use it in GitHub Desktop.

Background, this configuration --

- http://artifacts.org
  server-a-1
  
- http://artifacts.org
  server-a-2
  
- http://artifacts.org/ValueSet
  server-b
  
- http://artifacts.org/Questionnaire
  server-c
Given 'http://artifact.org/Questionnaire/abc'   => try in order: server-c, server-a-1, server-a-2
Given 'http://artifact.org/ValueSet/abc'        => try in order: server-b, server-a-1, server-a-2
Given 'http://artifact.org/PlanDefinition/abc'  => try in order: server-a-1, then server-a-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment