AuthentificationExample/ConsoleApp1/appsettings.json

13 lines
211 B
JSON
Raw Permalink Normal View History

2024-10-24 11:49:21 +05:00
{
"KeyClockSettings": {
"BaseUri": "http://localhost:8080"
}
"exclude": [
"**/bin",
"**/bower_components",
"**/jspm_packages",
"**/node_modules",
"**/obj",
"**/platforms"
]
}