Merge branch 'master' into dev

This commit is contained in:
Ash Monty
2022-11-03 17:05:28 +01:00
5 changed files with 165 additions and 4 deletions

View File

@@ -17,9 +17,10 @@
"bot_token": "bot_token"
},
"stripe": {
"goal_cents": 0,
"secret_key": "sk_...",
"webhook_secret": "whsec_..."
"goal_cents": 300000,
"secret_key": "secret_key",
"webhook_secret": "webhook_secret",
"notification_emails": []
},
"database": {
"account": {
@@ -42,4 +43,4 @@
"board_name": "board_name"
},
"api_base": "https://api.domain.com"
}
}