14 lines
262 B
JSON
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"
|
|
}
|
|
}
|