GGMM/GrossesMitaines/GrossesMitainesAPI/appsettings.json

17 lines
394 B
JSON
Raw Normal View History

2022-09-27 14:26:56 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2022-10-08 13:22:12 -04:00
"AllowedHosts": "*",
"ConnectionStrings": {
2022-10-27 12:37:13 -04:00
"DefaultConnection": "Server=(localdb)\\mssqllocaldb; Database=GrossesMitainesDB; Trusted_Connection=True; MultipleActiveResultSets=true"
},
"StripeTest": {
"PublicKey": "pk_test_",
"SecretKey": "sk_test_"
2022-10-08 13:22:12 -04:00
}
2022-09-27 14:26:56 -04:00
}