20 lines
541 B
JSON
20 lines
541 B
JSON
|
|
{
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"Kestrel": {
|
||
|
|
"EndpointDefaults": {
|
||
|
|
"Protocols": "Http2"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"LogConnection": "Data Source=.,2019; Initial Catalog=DBName;User ID=dbuser;Password=dbpassword;Connection Timeout=300000;MultipleActiveResultSets=True;Encrypt=False",
|
||
|
|
"providerName": "System.Data.SqlClient"
|
||
|
|
},
|
||
|
|
"GrpcChannelOptions": {
|
||
|
|
//"FileManagementMSAddress": "https://localhost:31307"
|
||
|
|
},
|
||
|
|
"Authentication": {
|
||
|
|
"Authority": "https://ids.domain.com/",
|
||
|
|
"Audience": "domain_api"
|
||
|
|
}
|
||
|
|
}
|