|
2 | 2 | "WebApi": { |
3 | 3 | "HostName": "localhost", |
4 | 4 | "Port": 9001, |
5 | | - "Origins": ["*"] |
| 5 | + "Origins": [ "*" ] |
| 6 | + }, |
| 7 | + "NLogAdapter": { |
| 8 | + "ConfigType": "File", |
| 9 | + "ConfigFile": "IntegrationEngine.nlog.xml" |
6 | 10 | }, |
7 | | - "NLogAdapter": { |
8 | | - "ConfigType": "File", |
9 | | - "ConfigFile": "IntegrationEngine.nlog.xml" |
10 | | - }, |
11 | 11 | "IntegrationPoints": { |
12 | | - "Mail": [{ |
13 | | - "IntegrationPointName": "DefaultMail", |
14 | | - "HostName": "localhost", |
15 | | - "Port": 25 |
16 | | - }, { |
17 | | - "IntegrationPointName": "FooMailClient", |
18 | | - "HostName": "localhost", |
19 | | - "Port": 25 |
20 | | - }], |
21 | | - "RabbitMQ": [{ |
22 | | - "IntegrationPointName": "DefaultRabbitMQ", |
23 | | - "QueueName": "myqueue", |
24 | | - "ExchangeName": "amq.direct", |
25 | | - "UserName": "inengine", |
26 | | - "Password": "secret", |
27 | | - "HostName": "localhost", |
28 | | - "VirtualHost": "/" |
29 | | - }], |
30 | | - "Elasticsearch": [{ |
31 | | - "IntegrationPointName": "DefaultElasticsearch", |
32 | | - "Protocol": "http", |
33 | | - "HostName": "localhost", |
34 | | - "Port": 9200, |
35 | | - "DefaultIndex": "integration-engine" |
36 | | - }] |
| 12 | + "Mail": [ |
| 13 | + { |
| 14 | + "IntegrationPointName": "DefaultMail", |
| 15 | + "HostName": "localhost", |
| 16 | + "Port": 25 |
| 17 | + }, |
| 18 | + { |
| 19 | + "IntegrationPointName": "FooMailClient", |
| 20 | + "HostName": "localhost", |
| 21 | + "Port": 25 |
| 22 | + } |
| 23 | + ], |
| 24 | + "RabbitMQ": [ |
| 25 | + { |
| 26 | + "IntegrationPointName": "DefaultRabbitMQ", |
| 27 | + "QueueName": "myqueue", |
| 28 | + "ExchangeName": "amq.direct", |
| 29 | + "UserName": "inengine", |
| 30 | + "Password": "secret", |
| 31 | + "HostName": "localhost", |
| 32 | + "VirtualHost": "/" |
| 33 | + } |
| 34 | + ], |
| 35 | + "Elasticsearch": [ |
| 36 | + { |
| 37 | + "IntegrationPointName": "DefaultElasticsearch", |
| 38 | + "Protocol": "http", |
| 39 | + "HostName": "localhost", |
| 40 | + "Port": 9200, |
| 41 | + "DefaultIndex": "integration-engine" |
| 42 | + } |
| 43 | + ], |
| 44 | + "JsonService": [ |
| 45 | + { |
| 46 | + "IntegrationPointName": "ExampleJsonService", |
| 47 | + "BaseUri": "http://example.com", |
| 48 | + "UserName": "inengine", |
| 49 | + "Password": "secret", |
| 50 | + "AlwaysSendBasicAuthHeader": true |
| 51 | + } |
| 52 | + ] |
37 | 53 | } |
38 | 54 | } |
0 commit comments