feat: implement Stripe product configuration and add token-based input validation using Microsoft.ML.Tokenizers
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"Stripe": {
|
||||
"ApiKey": "sk_test_placeholder",
|
||||
"WebhookSecret": "whsec_placeholder"
|
||||
"WebhookSecret": "whsec_placeholder",
|
||||
"ProProductId": "prod_Pro123",
|
||||
"BasicProductId": "prod_Basic456",
|
||||
"FreeProductId": "prod_Free789"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
@@ -24,8 +27,9 @@
|
||||
"Google": {
|
||||
"ApiKey": "PLACEHOLDER",
|
||||
"Model": "gemini-2.5-flash-lite",
|
||||
"MaxInputTokens": 15000,
|
||||
"MaxOutputTokens": 8192
|
||||
}
|
||||
},
|
||||
"ApiBaseUrl": "http://localhost:5000"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user