Skip to content

Instantly share code, notes, and snippets.

@Blackening999
Created June 20, 2017 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Blackening999/eb4c56f5f44853d7a1e373811932de6f to your computer and use it in GitHub Desktop.
Save Blackening999/eb4c56f5f44853d7a1e373811932de6f to your computer and use it in GitHub Desktop.
/var/www/testapp/app.json
{
"name": "testapp",
"description": "Ember lightning hosting",
"keywords": [
"ember",
"deploy",
"grandma"
],
"env": {
"NODE_ENV": {
"value": "production"
},
"APP_NAME": {
"description": "Name of your emberjs app",
"value": "testapp100500-bucket"
},
"APP_PORT": {
"description": "The port the app runs on",
"value": 8782
},
"REDIS_PORT": {
"description": "Redis port.",
"value": 6379
},
"REDIS_HOST": {
"description": "Redis host.",
"value": "127.0.0.1"
},
"REDIS_SECRET": {
"description": "Redis secret.",
"value": "mysupersecretredispassword"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment