mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-09 05:33:54 +00:00
don't include config
only example
This commit is contained in:
-48
@@ -1,48 +0,0 @@
|
||||
# Tower configuration file
|
||||
# Copy to config.yaml and adjust as needed.
|
||||
|
||||
iatas:
|
||||
YVR:
|
||||
name: Vancouver International
|
||||
lat: 49.1967
|
||||
lng: -123.1815
|
||||
YYJ:
|
||||
name: Victoria International
|
||||
lat: 48.6469
|
||||
lng: -123.4260
|
||||
YYC:
|
||||
name: Calgary International
|
||||
lat: 51.1139
|
||||
lng: -114.0200
|
||||
YEG:
|
||||
name: Edmonton International
|
||||
lat: 53.3097
|
||||
lng: -113.5797
|
||||
YOW:
|
||||
name: Ottawa International
|
||||
lat: 45.3225
|
||||
lng: -75.6692
|
||||
YYZ:
|
||||
name: Toronto Pearson
|
||||
lat: 43.6777
|
||||
lng: -79.6248
|
||||
|
||||
regions:
|
||||
- slug: western-canada
|
||||
name: Western Canada
|
||||
display_order: 1
|
||||
center_lat: 51.0
|
||||
center_lng: -114.0
|
||||
zoom_level: 5
|
||||
iatas: [YVR, YYJ, YYC, YEG]
|
||||
|
||||
- slug: eastern-canada
|
||||
name: Eastern Canada
|
||||
display_order: 2
|
||||
center_lat: 45.0
|
||||
center_lng: -75.0
|
||||
zoom_level: 5
|
||||
iatas: [YOW, YYZ]
|
||||
|
||||
channel_keys:
|
||||
"11": "8b3387e9c5cdea6ac9e5edbaa115cd72"
|
||||
Reference in New Issue
Block a user