-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
43 lines (39 loc) · 837 Bytes
/
config.toml
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
[pymt]
#selected_lines = ["01N", "01X", "02K", "03K", "10", "07", "31"]
#selected_lines = ["01Χ", "01N", "02Κ", "58", "07", "31", "27"]
selected_lines = []
log_level = "INFO"
[influxdb]
uri = "localhost"
port = 8086
db = "oasth_locations"
metrics_db = "oasth_metrics"
[redis]
host = "localhost"
port = 6379
db = 0
[mongodb]
uri = "mongodb://username:password@host:27017/pymt?authSource=admin"
port = 27017
db = "pymt"
lines_db = "lines"
routes_db = "routes"
stops_db = "stops"
route_stops_db = "route_stops"
[map]
enabled = true
draw_lines = true
draw_points = false
draw_bus_points = true
initial_zoom = 12
map_styles = [
"cartodbdark_matter",
"Stamen Toner",
"cartodbpositron",
"openstreetmap",
"Mapbox Bright",
"stamenterrain",
"stamenwatercolor",
]
default_style = 2
initial_location = [40.62, 23.0]