https://github.com/ecomplus/app-custom-shipping
E-Com Plus app for custom shipping calculation
https://github.com/ecomplus/app-custom-shipping
Last synced: 3 months ago
JSON representation
E-Com Plus app for custom shipping calculation
- Host: GitHub
- URL: https://github.com/ecomplus/app-custom-shipping
- Owner: ecomplus
- License: mit
- Created: 2019-12-11T14:59:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T22:21:35.000Z (3 months ago)
- Last Synced: 2025-02-13T23:29:23.937Z (3 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# App custom shipping
[](https://opensource.org/licenses/MIT)
E-Com Plus app for custom shipping calculation
[CHANGELOG](https://github.com/ecomclub/app-custom-shipping/blob/master/CHANGELOG.md)
## 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://customshipping.ecomplus.biz`
`DB_PATH` | `~/app/db.sqlite`
`ECOM_AUTH_DB` | `~/app/db.sqlite`
`ECOM_AUTH_UPDATE` | `enabled`## Production server
Published at https://customshipping.ecomplus.biz
### Continuous deployment
When new version is **production ready**,
[create a new release](https://github.com/ecomclub/app-custom-shipping/releases)
(or `npm run release`) to run automatic deploy from _master_ branch
and (re)publish the app.