File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed
src/InEngine.IntegrationTest Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "InEngine" : {
3- "Plugins" : [
4- ],
3+ "Plugins" : {
4+ },
5+ "ExecWhitelist" : {
6+ },
57 "Mail" : {
68 "Host" : " localhost" ,
79 "Port" : 1025 ,
810 "From" : " no-reply@inengine.net"
911 },
1012 "Queue" : {
1113 "UseCompression" : false ,
12- "PrimaryQueueConsumers" : 16 ,
13- "SecondaryQueueConsumers" : 4 ,
14- "QueueDriver" : " redis " ,
14+ "PrimaryQueueConsumers" : 1 ,
15+ "SecondaryQueueConsumers" : 1 ,
16+ "QueueDriver" : " rabbitmq " ,
1517 "QueueName" : " InEngineQueue" ,
16- "RedisHost" : " localhost" ,
17- "RedisPort" : 6379 ,
18- "RedisDb" : 0 ,
19- "RedisPassword" : " "
18+ "Redis" : {
19+ "Host" : " 127.0.0.1" ,
20+ "Port" : 6379 ,
21+ "Database" : 0 ,
22+ "Password" : " "
23+ },
24+ "RabbitMQ" : {
25+ "Host" : " localhost" ,
26+ "Port" : 5672 ,
27+ "Username" : " " ,
28+ "Password" : " "
29+ },
30+ "File" : {
31+ "BasePath" : " ../"
32+ }
2033 }
2134 }
2235}
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" Common.Logging" version =" 3.4.1" targetFramework =" net47" />
44 <package id =" Common.Logging.Core" version =" 3.4.1" targetFramework =" net47" />
5- <package id =" Microsoft.CSharp" version =" 4.4.0 " targetFramework =" net47" />
5+ <package id =" Microsoft.CSharp" version =" 4.4.1 " targetFramework =" net47" />
66 <package id =" Quartz" version =" 2.6.1" targetFramework =" net47" />
77</packages >
You can’t perform that action at this time.
0 commit comments