Skip to content

Instantly share code, notes, and snippets.

@karussell
Last active July 22, 2020 12:03
Show Gist options
  • Select an option

  • Save karussell/079f7d7dae8373d6136881b07e5afba3 to your computer and use it in GitHub Desktop.

Select an option

Save karussell/079f7d7dae8373d6136881b07e5afba3 to your computer and use it in GitHub Desktop.
graphhopper:
datareader.file: ""
graph.location: graph-cache
graph.flag_encoders: car|turn_costs=true
profiles:
- name: car
vehicle: car
weighting: fastest
turn_costs: true
u_turn_costs: 80
- name: car_no_tc
vehicle: car
weighting: fastest
profiles_ch: []
profiles_lm: []
prepare.min_network_size: 800
prepare.min_one_way_network_size: 800
server:
application_connectors:
- type: http
port: 8989
# for security reasons bind to localhost
bind_host: localhost
request_log:
appenders: []
admin_connectors:
- type: http
port: 8990
bind_host: localhost
# See https://www.dropwizard.io/1.3.8/docs/manual/configuration.html#logging
logging:
appenders:
- type: file
time_zone: UTC
current_log_filename: logs/graphhopper.log
log_format: "%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
archive: true
archived_log_filename_pattern: ./logs/graphhopper-%d.log.gz
archived_file_count: 30
never_block: true
- type: console
time_zone: UTC
log_format: "%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment