- option_settings:
- aws:elasticbeanstalk:application:environment:
- PARSE_MOUNT: "/parse"
- APP_ID: "MyAppID"
- MASTER_KEY: "MySecretMasterKey"
- DATABASE_URI: "mongodb://localhost:27017/dev"
- NODE_ENV: "production"
- aws:elasticbeanstalk:container:nodejs:
- NodeCommand: "npm start"
|