elsa-core/samples/aspnet/Elsa.Samples.AspNet.Onboarding.Web/appsettings.json
2024-02-02 20:01:14 +02:00

14 lines
262 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Debug"
}
},
"AllowedHosts": "*",
"Elsa": {
"ServerUrl": "https://localhost:5001/elsa/api",
"ApiKey": "00000000-0000-0000-0000-000000000000"
}
}