mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
24 lines
420 B
YAML
24 lines
420 B
YAML
plugins:
|
|
discourse_patrons_enabled:
|
|
default: false
|
|
discourse_patrons_secret_key:
|
|
default: ''
|
|
client: false
|
|
discourse_patrons_public_key:
|
|
default: ''
|
|
client: true
|
|
discourse_patrons_description:
|
|
client: true
|
|
default: ''
|
|
discourse_patrons_currency:
|
|
client: true
|
|
default: "USD"
|
|
type: enum
|
|
choices:
|
|
- AUD
|
|
- CAD
|
|
- EUR
|
|
- JPY
|
|
- GBP
|
|
- USD
|