graphhopper: ##### Vehicles ##### graph.flag_encoders: car|turn_costs=true,foot,bike prepare.ch.weightings: no prepare.lm.weightings: fastest prepare.lm.landmarks: 16 prepare.lm.threads: 10 prepare.min_network_size: 200 prepare.min_one_way_network_size: 200 ##### Routing ##### routing.max_visited_nodes: 1000000 routing.lm.disabling_allowed: true routing.lm.active_landmarks: 4 routing.non_ch.max_waypoint_distance: 1000000 graph.dataaccess: RAM_STORE # Dropwizard server configuration server: applicationConnectors: - type: http port: 8989 # for security reasons bind to localhost bindHost: localhost requestLog: appenders: [] adminConnectors: - type: http port: 8990 bindHost: localhost