mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: use stripe connect for payments
This commit is contained in:
parent
cdd893ca6f
commit
a8ba053447
17 changed files with 835 additions and 364 deletions
|
|
@ -37,6 +37,11 @@ database_config:
|
|||
redis_config:
|
||||
redis_connection_string: redis://localhost:6379/learnhouse
|
||||
|
||||
payments_config:
|
||||
stripe:
|
||||
stripe_secret_key: ""
|
||||
stripe_publishable_key: ""
|
||||
|
||||
ai_config:
|
||||
chromadb_config:
|
||||
isSeparateDatabaseEnabled: True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue