File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
building blocks/JSE.MessageBus
services/JSE.Carrinho.API Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88
99 <ItemGroup >
1010 <PackageReference Include =" EasyNetQ" Version =" 8.0.0-beta94" />
11+ <PackageReference Include =" EasyNetQ.Serialization.NewtonsoftJson" Version =" 7.8.0" />
1112 <PackageReference Include =" Polly" Version =" 8.4.2" />
1213 </ItemGroup >
1314
Original file line number Diff line number Diff line change 22 "ConnectionStrings" : {
33 "DefaultConnection" : " Server=.\\ SQLEXPRESS;Database=JeffStoreEnterprise;User Id=sa;Password=Asd123!!;Trusted_Connection=true;MultipleActiveResultSets=true;TrustServerCertificate=True;"
44 },
5-
65 "MessageQueueConnection" : {
76 "MessageBus" : " host=localhost:5672;publisherConfirms=true;timeout=10"
87 },
9-
108 "Logging" : {
119 "LogLevel" : {
1210 "Default" : " Information" ,
1311 "Microsoft.AspNetCore" : " Warning"
1412 }
1513 },
16-
1714 "AppSettings" : {
1815 "Secret" : " F9F52344-59C3-4EAC-90E6-CB47935038BE" ,
1916 "ExpirationHours" : 2 ,
2017 "Issuer" : " MeuSistema" ,
2118 "ValidOn" : " https://localhost"
2219 }
23- }
20+ }
You can’t perform that action at this time.
0 commit comments