Skip to content

Commit

Permalink
Merge pull request BloomBooks#44 from fabiocav/master
Browse files Browse the repository at this point in the history
Azure template and readme fixes
  • Loading branch information
gfosco committed Feb 6, 2016
2 parents 7107a9e + e92cb3d commit 46e7d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Read the full server guide here: https://parse.com/docs/server/guide
* Log in with the [AWS Elastic Beanstalk CLI](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html), select a region, and create an app: `eb init`
* Create an environment and pass in MongoDB URI, App ID, and Master Key: `eb create --envvars DATABASE_URI=<replace with URI>,APP_ID=<replace with Parse app ID>,MASTER_KEY=<replace with Parse master key>`

### Getting Started Microsoft Azure App Service
### Getting Started With Microsoft Azure App Service

#### With the Deploy to Azure Button

Expand Down
4 changes: 2 additions & 2 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@
"value": "[parameters('mongoConnectionString')]"
},
{
"name": "PARSE_APP_ID",
"name": "APP_ID",
"value": "[parameters('parseAppId')]"
},
{
"name": "PARSE_MASTER_KEY",
"name": "MASTER_KEY",
"value": "[parameters('parseMasterKey')]"
},
{
Expand Down

0 comments on commit 46e7d2a

Please sign in to comment.