8 lines
202 B
JSON
8 lines
202 B
JSON
{
|
|
"AuthSettings": {
|
|
"JwtKey": "SuperSecretKeyAndHeresItsPadding",
|
|
"JwtIssuer": "http://localhost:5000",
|
|
"JwtAudience": "http://localhost:5000",
|
|
"AuthenticationRequired": false
|
|
}
|
|
} |