-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.ini
79 lines (61 loc) · 2.22 KB
/
app.ini
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[contact]
name = Frank Purcell
company = TriMet
phone = (503) 962 5710
emails = [email protected]
[cache]
cache_expire = 7
[gtfs]
feeds: [
{"url":"http://developer.trimet.org/schedule/gtfs.zip", "name":"TRIMET.zip"},
{"url":"http://www.c-tran.com/images/Google/GoogleTransitUpload.zip", "name":"C-TRAN.zip"},
{"url":"http://oregon-gtfs.com/gtfs_data/columbiacounty-or-us/columbiacounty-or-us.zip", "name":"CCRIDER.zip"},
{"url":"http://oregon-gtfs.com/gtfs_data/rideconnection-or-us/rideconnection-or-us.zip", "name":"RIDECONNECTION.zip"},
{"url":"http://oregon-gtfs.com/gtfs_data/sandy-or-us/sandy-or-us.zip", "name":"SAM.zip"},
{"url":"http://data.trilliumtransit.com/gtfs/wilsonville-or-us/wilsonville-or-us.zip", "name":"SMART.zip"},
{"url":"http://oregon-gtfs.com/gtfs_data/swanisland-or-us/swanisland-or-us.zip", "name":"SWAN.zip"}
]
[otp]
download : http://maven.conveyal.com.s3.amazonaws.com/org/opentripplanner/otp/0.19.0/otp-0.19.0-shaded.jar
graphs: [
{"name":"prod", "port":"55555", "ssl":"55551", "filter":"TRIMET.zip" },
{"name":"call", "port":"51115", "ssl":"51111", "filter":"TRIMET.zip" },
{"name":"test", "port":"51515", "ssl":"51511", "run_tests":"False" }
]
[osm]
name : or-wa
min_size : 1000000000
cache_expire : 11
pbf_url : http://download.geofabrik.de/north-america/us-west-latest.osm.pbf
meta_url : http://download.geofabrik.de/north-america/us-west.html
top : 45.80
bottom : 44.68
left : -123.80
right : -121.50
[db]
url = postgresql+psycopg2://[email protected]:5432/ott
is_geospatial = true
[deploy]
user : otp
svr_base_dir : loader/ott/loader/otp/graph/
servers: [
"maps8",
"maps9",
"maps10"
]
servers: [
"maps8"
]
[gbfs]
# @see: https://www.biketownpdx.com/map
# @see: https://github.com/NABSA/gbfs/pull/25
cache_expire : 1
name : BIKETOWN
feed_url : http://biketownpdx.socialbicycles.com/opendata
rack_url : http://app.socialbicycles.com/map?rack_id={}
bike_url : http://app.socialbicycles.com/map?bike_id={}
[solr]
url : http://localhost:{}/solr/core/update
reload : http://localhost:{}/solr/admin/cores?action=RELOAD&core=core
#url : http://maps7.trimet.org:{}/solr/core/update
ports : [10880, 10780, 10980, 11080]