13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"AppSettings": {
|
|
"Secret": "TCM token test jwt lamiter local 1234567"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|