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"
|
2022-12-04 11:28:12 -05:00
|
|
|
},
|
|
|
|
"StripeTest": {
|
|
|
|
"PublicKey": "pk_test_",
|
|
|
|
"SecretKey": "sk_test_"
|
2022-10-08 13:22:12 -04:00
|
|
|
}
|
2022-09-27 14:26:56 -04:00
|
|
|
}
|