Skip to content

Commit

Permalink
fix(config): Move the source_file parameter for conversion reasons
Browse files Browse the repository at this point in the history
To allow a smooth conversion of the application.yml the source_file parameter needs to be next after engine:. Else, awk operations will just become unnecessary tedious.
  • Loading branch information
MichaelsJP committed Jan 30, 2024
1 parent e2b698f commit 88ffd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ors-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ ors:

##### ORS engine settings #####
engine:
source_file:
init_threads: 1
preparation_mode: false
source_file:
graphs_root_path: ./graphs
graphs_data_access: RAM_STORE
elevation:
Expand Down

0 comments on commit 88ffd34

Please sign in to comment.