Skip to content

Commit 3e826cf

Browse files
committed
Update configuration and packages
1 parent e78355c commit 3e826cf

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed
Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
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
}

src/InEngine.IntegrationTest/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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>

0 commit comments

Comments
 (0)