Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Last active February 26, 2016 08: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 abhirockzz/ff3fbcaf42887ca5b57f to your computer and use it in GitHub Desktop.
Save abhirockzz/ff3fbcaf42887ca5b57f to your computer and use it in GitHub Desktop.
Sample deployment.json for Oracle App Container Cloud Service applications
{
"memory": "4G",
"instances": "3",
"environment": {
"SVC_API_KEY": "123-abc-007-bond"
},
"services": [
{
"identifier": "JavaCloudService",
"name": "Weblogic JCS",
"type": "JAAS",
"username": "user",
"password": "pwd"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment