mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
Pride 26 campaign backend integration (#6254)
* wip: pride 2026 webhooks and stuff * setup webhook and link to user * fix up code * improve donation resolution * Pride 26 campaign * idempotency * wip: tiltify * fix * redis caching * add num donators * fix * Revert openapi * Prepare * improve oauth token gen code
This commit is contained in:
@@ -295,6 +295,9 @@ vars! {
|
||||
DELPHI_SLACK_WEBHOOK: String = "";
|
||||
|
||||
TREMENDOUS_CAMPAIGN_ID: String = "none";
|
||||
TILTIFY_CLIENT_ID: String = "";
|
||||
TILTIFY_CLIENT_SECRET: String = "";
|
||||
TILTIFY_PRIDE_26_CAMPAIGN_ID: String = "";
|
||||
|
||||
// server pinging
|
||||
SERVER_PING_MAX_CONCURRENT: usize = 16usize;
|
||||
|
||||
Reference in New Issue
Block a user