Last active
December 17, 2015 23:59
-
-
Save dsuch/5693064 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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