38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"DetailedErrors": true,
|
|
"Stripe": {
|
|
"PublishableKey": "pk_test_51RjUmIBMIadsOxJVP4bWc54pHEOSf5km1hpOkOBSoGVoKxI46N4KSWtevpXCSq68OjFazBuXmPJGBwZ1KDN5MNJy003lj1YmAS",
|
|
"SecretKey": "sk_test_51RjUmIBMIadsOxJVeqsMFxnZ8ePR7d8IbnaF4sAwBVJv9rrfODPEQ2C9fF3beoABpITdfzEk0ZDzGTTQfvKv63xI00PeZoABGO",
|
|
"WebhookSecret": "whsec_8d189c137ff170ab5e62498003512b9d073e2db50c50ed7d8712b7ef11a37543"
|
|
},
|
|
"Plans": {
|
|
"Basic": {
|
|
"PriceId": "price_1RjUskBMIadsOxJVgLwlVo1y",
|
|
"Price": 9.90,
|
|
"MaxLinks": 5,
|
|
"Features": [ "basic_themes", "simple_analytics" ]
|
|
},
|
|
"Professional": {
|
|
"PriceId": "price_1RjUv9BMIadsOxJVORqlM4E9",
|
|
"Price": 24.90,
|
|
"MaxLinks": 15,
|
|
"Features": [ "all_themes", "advanced_analytics", "custom_domain" ]
|
|
},
|
|
"Premium": {
|
|
"PriceId": "price_1RjUw0BMIadsOxJVmdouNV1g",
|
|
"Price": 29.90,
|
|
"MaxLinks": -1,
|
|
"Features": [ "custom_themes", "full_analytics", "multiple_domains", "priority_support" ]
|
|
}
|
|
},
|
|
"MongoDb": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "BCardsDB_Dev"
|
|
}
|
|
} |