16 lines
411 B
Markdown
16 lines
411 B
Markdown
# DKNOG Membership payment app
|
|
|
|
## Required environment variables
|
|
|
|
All environment variables can point to a file by appending `_FILE` to the name.
|
|
This allows the use of docker secrets.
|
|
|
|
- ADMIDIO_DB_HOST
|
|
- ADMIDIO_DB_USER
|
|
- ADMIDIO_DB_PASSWORD
|
|
- ADMIDIO_DB_NAME
|
|
- STRIPE_KEY
|
|
- DKNOG_APP_HOST (hostname of app, e.g. https://app.myhost.com)
|
|
- STRIPE_PRICE_ID (the ID of the membership price item in stripe)
|
|
|