-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json
48 lines (41 loc) · 1.07 KB
/
configuration.json
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
{
"channels": {
"Booking.com": {
"url": "https://admin.booking.com/hotel/hoteladmin/login.html",
"username": "579502",
"password": "577123f0be00c75de0"
},
"Expedia": {
"url": "https://www.expediapartnercentral.com/Account/Logon",
"username": "[email protected]",
"password": "577123f0be00c45e"
},
"HostelBookers": {
"url": "https://admin.hostelbookers.com",
"username": "42bCollege",
"password": "577123f0be00c75f"
},
"HostelWorld.com": {
"url": "https://secure.hostelworld.com/inbox/",
"username": "Mat",
"password": "577123f0be00c45ee0",
"hostel_number": "75559"
},
"Agoda": {
"url": "https://ycs.agoda.com/en-us/Login?",
"username": "[email protected]",
"password": "577123f0be00c458e0"
},
"BookIt": {
"url": "https://business.bookitsecure.com",
"username": "Collegehouse",
"password": "577123f0be00c45d"
},
"AirBnB" : {
"url": "https://www.airbnb.co.nz/login"
}
},
"psCommand": "ps -W",
"chromePath": "chrome.exe",
"chromeUserDirectory": "C:/Users/Matt/AppData/Local/Google/Chrome/User Data"
}