-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
42 lines (42 loc) · 998 Bytes
/
config.json.example
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
{
"database_type": "postgre",
"databases": {
"postgre": {
"connection": {
"database": "dd9vonu86e7brc",
"user": "ytnocggdsutaic",
"password": "62598381d1775e114e531a651001b799efddbdff77ea21b1b131e447df26c8e6",
"host": "ec2-54-75-231-215.eu-west-1.compute.amazonaws.com",
"port": "5432",
"sslmode": "require"
}
}
},
"iss": {
"url": "http://api.open-notify.org/iss-pass.json?lat={lat}&lon={lon}&n={n}"
},
"retrieve": {
"cities": {
"haifa": {
"latitude": "32.794",
"longitude": "34.99"
},
"tel_aviv": {
"latitude": "32.08",
"longitude": "34.78"
},
"beer_sheva": {
"latitude": "31.25",
"longitude": "34.79"
},
"eilat": {
"latitude": "29.56",
"longitude": "34.95"
}
},
"number_of_events": 50,
"from_timezone": "Israel",
"to_timezone": "UTC",
"table_name": "orbital_data_kallie"
}
}