Skip to content

Instantly share code, notes, and snippets.

@sfmskywalker
Last active June 27, 2018 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfmskywalker/06c4249644212289fb99a5c857af6454 to your computer and use it in GitHub Desktop.
Save sfmskywalker/06c4249644212289fb99a5c857af6454 to your computer and use it in GitHub Desktop.
Sample tenants.json
{
"CustomerA": {
"State": "Running",
"RequestUrlHost": null,
"RequestUrlPrefix": "customer-a",
"CustomSetting": "Custom setting for Customer A",
"Features": [ "RemoteIp" ]
},
"CustomerB": {
"State": "Running",
"RequestUrlHost": null,
"RequestUrlPrefix": "customer-b",
"CustomSetting": "Custom setting for Customer B",
"Features": [ "RemoteIp", "TimeOfDay" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment