app.json 343 B

1234567891011121314
  1. {
  2. "name": "xray-heroku",
  3. "description": "deploy xray to heroku",
  4. "keywords": ["xray"],
  5. "env": {
  6. "UUID": {
  7. "description": "xray UUID",
  8. "value": "36cfc3de-ecfd-4752-ae6f-8f0f92035143"
  9. }
  10. },
  11. "repository": "https://github.com/iamtrazy/xray-heroku",
  12. "stack": "container"
  13. }