christopheranderson / azure-demeteorizer

CLI tool for deploying demeteorized meteor apps on Azure App Service.
MIT License
26 stars 8 forks source link

Meteor settings? #24

Closed DanceParty closed 8 years ago

DanceParty commented 8 years ago

Currently I am using meteor settings to connect to a SQL server (also through AZURE). I was wondering if there was anyway I can configure this within the Azure app? Thanks!

ramijarrar commented 8 years ago

Configure METEOR_SETTINGS as an App setting

DanceParty commented 8 years ago

Thank you! @ramijarrar