File tree Expand file tree Collapse file tree 3 files changed +26
-22
lines changed
templates/api/src/Supreme.Api Expand file tree Collapse file tree 3 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<PackageType >Template</PackageType >
5
- <PackageVersion >1.2.0-rc.1 </PackageVersion >
5
+ <PackageVersion >1.2.0-rc.2 </PackageVersion >
6
6
<PackageId >Supreme.Dotnet.Api.Template</PackageId >
7
7
<Title >Supreme API Template</Title >
8
8
<Authors >Onur Kapçık</Authors >
Original file line number Diff line number Diff line change 5
5
"Serilog" : {
6
6
"MinimumLevel" : " Information" ,
7
7
"Override" : {
8
+ //#if (enable-outbox-pattern)
8
9
"DotNetCore.CAP.Internal.SubscribeDispatcher" : " None" ,
10
+ //#endif
9
11
"Microsoft" : " Warning" ,
10
12
"Microsoft.Hosting.Lifetime" : " Information"
11
13
},
24
26
" WithThreadId"
25
27
]
26
28
},
27
- //#if (enable-outbox-pattern)
28
- "RabbitMqSettings" : {
29
- "Host" : " localhost" ,
30
- "Port" : 5672 ,
31
- "VirtualHost" : " /" ,
32
- "Username" : " guest" ,
33
- "Password" : " guest"
34
- },
35
- //#endif
36
29
"ApplicationSettings" : {
37
30
},
38
31
"RedisSettings" : {
42
35
"User" : " User" ,
43
36
"Password" : " Password"
44
37
},
38
+ //#if (enable-outbox-pattern)
39
+ "RabbitMqSettings" : {
40
+ "Host" : " localhost" ,
41
+ "Port" : 5672 ,
42
+ "VirtualHost" : " /" ,
43
+ "Username" : " guest" ,
44
+ "Password" : " guest"
45
+ },
46
+ //#endif
45
47
//#if (enable-open-telemetry)
46
48
"JaegerSettings" : {
47
49
"Url" : " http://localhost:4317"
Original file line number Diff line number Diff line change 5
5
"Serilog": {
6
6
"MinimumLevel": "Information",
7
7
"Override": {
8
+ //#if (enable-outbox-pattern)
8
9
"DotNetCore.CAP.Internal.SubscribeDispatcher": "None",
10
+ //#endif
9
11
"Microsoft": "Warning",
10
12
"Microsoft.Hosting.Lifetime": "Information"
11
13
},
24
26
"WithThreadId"
25
27
]
26
28
},
27
- //#if (enable-outbox-pattern)
28
- "RabbitMqSettings": {
29
- "Host": "$RABBITMQ_HOST",
30
- "Port": $RABBITMQ_PORT,
31
- "VirtualHost": "$RABBITMQ_VHOST",
32
- "Username": "$RABBITMQ_USERNAME",
33
- "Password": "$RABBITMQ_PASSWORD",
34
- },
35
- //#endif
36
29
"ApplicationSettings": {
37
30
},
38
31
"RedisSettings": {
42
35
"User": "$REDIS_USER",
43
36
"Password": "$REDIS_PASSWORD",
44
37
},
45
- //#if (enable-open-telemetry)
38
+ //#if (enable-outbox-pattern)
39
+ "RabbitMqSettings": {
40
+ "Host": "$RABBITMQ_HOST",
41
+ "Port": $RABBITMQ_PORT,
42
+ "VirtualHost": "$RABBITMQ_VHOST",
43
+ "Username": "$RABBITMQ_USERNAME",
44
+ "Password": "$RABBITMQ_PASSWORD",
45
+ },
46
+ //#endif
47
+ //#if (enable-open-telemetry)
46
48
"JaegerSettings": {
47
- "Url": "$JAEGER_HOST",
49
+ "Url": "$JAEGER_HOST"
48
50
}
49
- //#endif
51
+ //#endif
50
52
}
You can’t perform that action at this time.
0 commit comments