https://github.com/ecomplus/app-paghiper
E-Com Plus app to integrate PagHiper
https://github.com/ecomplus/app-paghiper
Last synced: 8 days ago
JSON representation
E-Com Plus app to integrate PagHiper
- Host: GitHub
- URL: https://github.com/ecomplus/app-paghiper
- Owner: ecomplus
- License: mit
- Created: 2019-06-15T16:30:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T20:26:23.000Z (11 months ago)
- Last Synced: 2025-05-15T16:06:08.707Z (9 days ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# App PagHiper
E-Com Plus app to integrate PagHiper
## Environment variables sample
Variable | Value
--- | ---
`LOGGER_OUTPUT` | `~/app/log/logger.out`
`LOGGER_ERRORS` | `~/app/log/logger.err`
`LOGGER_FATAL_ERRORS` | `~/app/log/_stderr`
`PORT` | `3000`
`APP_BASE_URI` | `https://paghiper.ecomplus.biz`
`DB_PATH` | `~/app/db.sqlite`
`ECOM_AUTH_DB` | `~/app/db.sqlite`
`ECOM_AUTH_UPDATE` | `enabled`
`PAGHIPER_PARTNER_ID` | `1234567`## Production server
Published at https://paghiper.ecomplus.biz
### Continuous deployment
When app version is **production ready**,
[create a new release](https://github.com/ecomclub/app-paghiper/releases)
to run automatic deploy from `master` branch.