GGMM/GrossesMitaines/GrossesMitainesAPI/appsettings.json

17 lines
592 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": {
2022-12-08 19:40:40 -05:00
"PublicKey": "pk_test_51M8mzOEerenEZcQIUmJIrmsaZeeNlOil2G1JcMvvO68w50MJr8rDwUjVO44a8dDhSlsRH4GdzH9rDqtkg4Rtbzco00NqkHdn3H",
"SecretKey": "sk_test_51M8mzOEerenEZcQIyHb9AdeluhDsSy9PaxTeqDq6XUhSRCbbqvReHA2KoFb3a8Ru5PAzMgMlCKmj8UDpLKWzUUmr00rta511y8"
2022-10-08 13:22:12 -04:00
}
2022-09-27 14:26:56 -04:00
}