MyBookmark/MyBookmark.UI.RazorPages/appsettings.json
THE_KONDRAT bad2805994 title modification
tried to add some ui
2024-09-24 19:44:54 +03:00

13 lines
206 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ClientUrls": {
"Library": "https://localhost:7057/"
},
"AllowedHosts": "*"
}