Skip to content

Instantly share code, notes, and snippets.

@dsuch
Last active December 17, 2015 23:59
Show Gist options
  • Save dsuch/5693064 to your computer and use it in GitHub Desktop.
Save dsuch/5693064 to your computer and use it in GitHub Desktop.
{
"security": {
"name": "my security",
"type": "wss",
"username": "my user",
"password": "my password",
},
"outconns": {
"my external app": {
"type": "soap",
"name": "my soap connection",
"security": "my security",
"path": "/path/to/invoke"
},
"my external app2": {
"location": "file:///opt/git/repo/production/myextapp2.json"
},
"my external app3": {
"location": "file:///opt/git/repo/production/myextapp3.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment