elsa-core/src/apps/Elsa.Studio.Web/appsettings.json
2025-10-09 14:36:56 +02:00

15 lines
243 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ElsaServer": {
"Url": "https://localhost:5001/elsa/api"
},
"Hosting": {
"BasePath": ""
}
}