Skip to content

Instantly share code, notes, and snippets.

@hafriedlander
Created December 14, 2011 22:11
Show Gist options
  • Save hafriedlander/1478799 to your computer and use it in GitHub Desktop.
Save hafriedlander/1478799 to your computer and use it in GitHub Desktop.
Example of possible by-host configuration in SS3
---
Only:
Host: localnet
---
OurWebServiceClass:
base_url: 'http://sandbox.example-webservice.com/'
---
Except:
Host: localnet
---
OurWebServiceClass:
base_url: 'http://live.example-webservice.com/'
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment