Created
November 17, 2016 06:03
-
-
Save scott-kloud/8f01c02299bc38cf4971aed30fa3a749 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"config": [{ | |
"anypointApplication": "myDeployedApp-1", | |
"anypointEnvironmentId": "<environment id gathered from Anypoint CLI>", | |
"amazonS3Bucket": "<S3 bucket name>" | |
}, | |
{ | |
"anypointApplication": "myDeployedApp-2", | |
"anypointEnvironmentId": "<environment id gathered from Anypoint CLI>", | |
"amazonS3Bucket": "<S3 bucket name>" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment