https://github.com/ecomplus/app-notify
E-Com Plus app to handle admin notifications
https://github.com/ecomplus/app-notify
Last synced: 6 days ago
JSON representation
E-Com Plus app to handle admin notifications
- Host: GitHub
- URL: https://github.com/ecomplus/app-notify
- Owner: ecomplus
- License: mit
- Created: 2019-06-05T14:03:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T20:05:26.000Z (about 5 years ago)
- Last Synced: 2025-05-15T16:06:08.748Z (7 days ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App notify
E-Com Plus app to handle admin notifications
## Environment variables sample
Variable | Value
--- | ---
`LOGGER_OUTPUT` | `~/app/log/logger.out`
`LOGGER_ERRORS` | `~/app/log/logger.err`
`LOGGER_FATAL_ERRORS` | `~/app/log/_stderr`
`PROXY_PORT` | `3000`
`PROXY_AUTH` | `auth_token`
`ECOM_AUTH_DB` | `~/app/db.sqlite`
`APP_BASE_URI` | `https://app.ecomplus.biz/api/v1`## Production server
Published at https://notify.ecomplus.biz
### Continuous deployment
When app version is **production ready**,
[create a new release](https://github.com/ecomclub/app-notify/releases)
to run automatic deploy from `master` branch.