-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.json
28 lines (28 loc) · 810 Bytes
/
conf.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
{
"ifttt_key": "E0B46oDg5G2bCsNoat0Ki",
"git_repo": "https://api.github.com/repos/superlevure/SRU_com",
"trips": [
{
"hotel": "Hotel Régina Opéra Grands Boulevards",
"hotel_id": "ho178298",
"room": "Chambre Double Standard",
"adults": 2,
"children": 0,
"option": 1,
"check-in": "2018-12-20",
"check-out": "2018-12-25",
"price": 250
},
{
"hotel": "Libertel Canal Saint Martin",
"hotel_id": "ho127853",
"room": "Chambre Privilège",
"adults": 2,
"children": 0,
"option": 2,
"check-in": "2018-12-10",
"check-out": "2018-12-15",
"price": 1000
}
]
}