File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:6 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:7 .0 AS base
22
33WORKDIR /home/txnproc/
44COPY ["/config" , "config" ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:6 .0-windowsservercore-ltsc2019 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:7 .0-windowsservercore-ltsc2019 AS base
22
33WORKDIR /home/txnproc/
44COPY ["/config", "config"]
Original file line number Diff line number Diff line change 1212 "ClientId" : " " , // This will be overridden in each service/application
1313 "ClientSecret" : " " , // This will be overridden in each service/application
1414 "EstateManagementApi" : " http://192.168.0.133:5000" ,
15- "EstateReportingApi" : " http://192.168.0.133:5005" ,
1615 "FileProcessorApi" : " http://192.168.0.133:5009" ,
1716 "SecurityService" : " https://192.168.0.133:5001" ,
18- "VoucherManagementApi" : " http://192.168.0.133:5007" ,
1917 "MessagingServiceApi" : " http://192.168.0.133:5006" ,
2018 "TransactionProcessorApi" : " http://192.168.0.133:5002" ,
2119 "HandlerEventTypesToSilentlyHandle" : {}, // This will be overridden in each service/application
Original file line number Diff line number Diff line change 1212 "ClientId" : " " , // This will be overridden in each service/application
1313 "ClientSecret" : " " , // This will be overridden in each service/application
1414 "EstateManagementApi" : " http://192.168.0.134:5000" ,
15- "EstateReportingApi" : " http://192.168.0.134:5005" ,
1615 "FileProcessorApi" : " http://192.168.0.134:5009" ,
1716 "SecurityService" : " https://192.168.0.134:5001" ,
18- "VoucherManagementApi" : " http://192.168.0.134:5007" ,
1917 "MessagingServiceApi" : " http://192.168.0.134:5006" ,
2018 "TransactionProcessorApi" : " http://192.168.0.134:5002" ,
2119 "HandlerEventTypesToSilentlyHandle" : {}, // This will be overridden in each service/application
Original file line number Diff line number Diff line change 1212 "ClientId" : " " , // This will be overridden in each service/application
1313 "ClientSecret" : " " , // This will be overridden in each service/application
1414 "EstateManagementApi" : " http://192.168.0.133:5000" ,
15- "EstateReportingApi" : " http://192.168.0.133:5005" ,
1615 "FileProcessorApi" : " http://192.168.0.133:5009" ,
1716 "SecurityService" : " https://192.168.0.133:5001" ,
18- "VoucherManagementApi" : " http://192.168.0.133:5007" ,
1917 "MessagingServiceApi" : " http://192.168.0.133:5006" ,
2018 "TransactionProcessorApi" : " http://192.168.0.133:5002" ,
2119 "HandlerEventTypesToSilentlyHandle" : {}, // This will be overridden in each service/application
You can’t perform that action at this time.
0 commit comments