Sky.Net/API/appsettings.Development.json
2022-05-10 22:43:36 -07:00

13 lines
240 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data source=ecommerce.db"
},
"ApiUrl": "https://localhost:5001/"
}