Files
OpenSign/apps/OpenSignServer/.ebextensions/app.config
T
2023-10-22 01:37:25 +05:30

9 lines
293 B
Plaintext

option_settings:
aws:elasticbeanstalk:application:environment:
PARSE_MOUNT: "/parse"
APP_ID: "ReplaceWithAppID"
MASTER_KEY: "ReplaceWithMasterKey"
DATABASE_URI: "ReplaceWithDatabaseURI"
NODE_ENV: "production"
SERVER_URL: "http://myappname.elasticbeanstalk.com/parse"