app.config 362 B

12345678910
  1. option_settings:
  2. aws:elasticbeanstalk:application:environment:
  3. PARSE_MOUNT: "/parse"
  4. APP_ID: "ReplaceWithAppID"
  5. MASTER_KEY: "ReplaceWithMasterKey"
  6. DATABASE_URI: "ReplaceWithDatabaseURI"
  7. NODE_ENV: "production"
  8. SERVER_URL: "http://myappname.elasticbeanstalk.com/parse"
  9. aws:elasticbeanstalk:container:nodejs:
  10. NodeCommand: "npm start"