This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user