-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrestClients.restConfig
59 lines (59 loc) · 2.99 KB
/
restClients.restConfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<restClients>
<restClient>
<uuid>96aa7c96-d5e2-4535-b71f-18b335797cbc</uuid>
<name>productApi</name>
<configuration>
<uri>http://{ivy.engine.host}:{ivy.engine.http.port}/{ivy.engine.context}/api/{ivy.request.application}/products</uri>
<property>
<name>JSON.Deserialization.FAIL_ON_UNKNOWN_PROPERTIES</name>
<value>false</value>
<password>false</password>
</property>
<property>
<name>username</name>
<value>Developer</value>
<password>false</password>
</property>
<property>
<name>password</name>
<value>\u004D\u00B2\u0089\u0039\u00D7\u00A3\u0042\u0004\u00BD\u00B4\u0090\u008F\u0030\u00C7\u00A6\u001F\u0019\u00C6\u00DE\u0005\u00C0\u005E\u000C\u0064\u00FC\u00CC\u00BE\u00D2\u001E\u00D8\u00C7\u0008\u00E8\u008F\u0034\u0040\u000B\u0059\u009C\u00A0\u0071\u00F8\u0021\u0085\u007C\u00C0\u0074\u00C1\u002C\u006E\u005E\u008B\u004A\u00AA\u0082\u0057\u00EF\u000A\u0089\u00E1\u0080\u004E\u0072\u0065</value>
<password>true</password>
</property>
<feature>
<class>ch.ivyteam.ivy.rest.client.mapper.JsonFeature</class>
</feature>
<feature>
<class>ch.ivyteam.ivy.rest.client.authentication.HttpBasicAuthenticationFeature</class>
</feature>
</configuration>
</restClient>
<restClient>
<uuid>ac492bac-495b-4278-a3ef-c42e69b10e78</uuid>
<name>orderApi</name>
<configuration>
<uri>http://{ivy.engine.host}:{ivy.engine.http.port}/{ivy.engine.context}/api/{ivy.request.application}/orders</uri>
<property>
<name>JSON.Deserialization.FAIL_ON_UNKNOWN_PROPERTIES</name>
<value>false</value>
<password>false</password>
</property>
<property>
<name>username</name>
<value>Developer</value>
<password>false</password>
</property>
<property>
<name>password</name>
<value>\u004D\u00B2\u0089\u0039\u00D7\u00A3\u0042\u0004\u00BD\u00B4\u0090\u008F\u0030\u00C7\u00A6\u001F\u0019\u00C6\u00DE\u0005\u00C0\u005E\u000C\u0064\u00FC\u00CC\u00BE\u00D2\u001E\u00D8\u00C7\u0008\u00E8\u008F\u0034\u0040\u000B\u0059\u009C\u00A0\u0071\u00F8\u0021\u0085\u007C\u00C0\u0074\u00C1\u002C\u006E\u005E\u008B\u004A\u00AA\u0082\u0057\u00EF\u000A\u0089\u00E1\u0080\u004E\u0072\u0065</value>
<password>true</password>
</property>
<feature>
<class>ch.ivyteam.ivy.rest.client.mapper.JsonFeature</class>
</feature>
<feature>
<class>ch.ivyteam.ivy.rest.client.authentication.HttpBasicAuthenticationFeature</class>
</feature>
</configuration>
</restClient>
</restClients>