Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "Erxes Widgets on Heroku",
"description": "Embedable widget scripts server for erxes",
"keywords": [
"Marketing",
"sales",
"customer engagement",
"customer support",
"CRM",
"node",
"express",
"react",
"typescript",
"webpack",
"graphql",
"apollo"
],
"website": "https://erxes.io",
"repository": "https://github.com/erxes/erxes-widgets",
"logo": "https://erxes.io/static/images/logo/logo-dark.png",
"success_url": "/",
"env": {
"PORT": {
"description": "A port number that erxes api will be running on",
"value": "3200"
},
"ROOT_URL": {
"description": "Erxes Widget APP URL",
"value": "https://ERXESWIDGETSAPPNAME.herokuapp.com"
},
"MAIN_API_URL": {
"description": "Erxes API URL",
"value": "https://ERXESAPIAPPNAME.herokuapp.com"
},
"API_GRAPHQL_URL": {
"description": "Erxes Widgets API GraphQL URL",
"value": "https://ERXESWIDGETSAPIAPPNAME.herokuapp.com/graphql"
},
"API_SUBSCRIPTIONS_URL": {
"description": "Erxes API Subscriptions URL",
"value": "ws://ERXESAPPNAME.herokuapp.com/subscriptions"
}
},
"addons": [],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@
"webpack": "4.16.3",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.3"
},
"engines": {
"node": "10.16.0"
}
}
Loading