Created
June 20, 2017 11:40
-
-
Save Blackening999/eb4c56f5f44853d7a1e373811932de6f to your computer and use it in GitHub Desktop.
/var/www/testapp/app.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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