danstore / appsettings.Example.json
Danishathugging's picture
Sync from GitHub via hub-sync
6db0915 verified
Raw
History Blame Contribute Delete
399 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "YOUR_DATABASE_CONNECTION_STRING_HERE"
},
"Stripe": {
"PublishableKey": "pk_test_YOUR_KEY_HERE",
"SecretKey": "sk_test_YOUR_KEY_HERE"
},
"Resend": {
"ApiKey": "re_YOUR_API_KEY_HERE"
}
}