This service designed for simple generation and handling payment links
Environment variables:
Name
Required
Default
Description
MAX_PRODUCTS
-
6
Maximum number of products allowed for one payment link
MIN_PRODUCTS
-
1
Minimum number of products allowed for one payment link (must be >= 1)
PUBLIC_HTTP_PORT
-
80
Port for public http server
PUBLIC_URL_HOST
true
-
Url to public host with payment links handler
PUBLIC_URL_PATH
-
/link/
Path before link id in public url
REDIS_DB
-
0
Redis db
REDIS_HOST
-
127.0.0.1:6379
Redis instance host and port
REDIS_PASSWORD
-
Redis password (none by default)
Contributing
We feel that a welcoming community is important and we ask that you follow PaySuper's Open Source Code of Conduct in all interactions with the community.
PaySuper welcomes contributions from anyone and everyone. Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
The master branch of this repository contains the latest stable release of this component.