By default, ARouteServer looks for this [arouteserver.yml] file in ~/arouteserver and /etc/arouteserver/
ARouteServer raises en error “Configuration file not found”. This is likely because self.cfg is replaced with self.default which has cfg_dir=None (pierky/arouteserver/config/program.py:44). Expected behavior is to look for arouteserver.yml at the specified locations.
Workaround is to specify optional parameter --cfg and path to arouteserver.yml.
Other than stated in the documentation
ARouteServer raises en error “Configuration file not found”. This is likely because self.cfg is replaced with self.default which has
cfg_dir=None
(pierky/arouteserver/config/program.py:44). Expected behavior is to look for arouteserver.yml at the specified locations.Workaround is to specify optional parameter
--cfg
and path to arouteserver.yml.