Generator Changes at 9/27/2025 10:36:00 AM
This commit is contained in:
19
src/FrontOffice.BFF.WebApi/appsettings.json
Normal file
19
src/FrontOffice.BFF.WebApi/appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user