Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.13 KB

procedures

CodeFactor license gpl

Common Procedures Manager

App to handle the most common E-Com Plus Store API procedures

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
DB_HOST localhost
DB_NAME appdb
DB_USERNAME dbuser
DB_PASSWORD dbpassword
ECOM_AUTH_DB ~/app/db.sqlite
APP_BASE_URI https://app.ecomplus.biz/api/v1

Production server

Published at https://cpm.ecomplus.biz

Continuous deployment

When app version is production ready, create a new release to run automatic deploy from master branch.