-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConfig.xml
More file actions
28 lines (28 loc) · 893 Bytes
/
Config.xml
File metadata and controls
28 lines (28 loc) · 893 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<Config>
<Version>EDS API-PHP Demo 1.6</Version>
<EndPoints>
<EndPoint>https://eds-api.ebscohost.com/edsapi/rest</EndPoint>
<AuthenticationEndPoint>https://eds-api.ebscohost.com/Authservice/rest</AuthenticationEndPoint>
</EndPoints>
<AbstractLength>300</AbstractLength>
<ClientCredentials>
<User>
<UserId>user1</UserId>
<Password>user1pwd</Password>
</User>
</ClientCredentials>
<EDSCredentials>
<ClientUser>xxxxxx</ClientUser>
<EDSUserID>xxxxxx</EDSUserID>
<EDSPassword>xxxxxx</EDSPassword>
<EDSProfile>xxxxxx</EDSProfile>
<IPAuth>y</IPAuth>
</EDSCredentials>
<ipaddresses>
<ip>127.0.0.1</ip>
<ip>192.168.1</ip>
<ip>192.168.2.1</ip>
</ipaddresses>
<autocomplete>y</autocomplete>
</Config>