How to make YAML to include all profiles?

How? I tried uncommenting every profile there is in sample, but got nothing seems to work?

I’d like to have every profile included in working order.

Hi @JamppaSuomesta,

that would go something like this on the current main branch:

ors:
  ##### ORS engine settings #####
  engine:
    source_file:  ors-api/src/test/files/heidelberg.osm.gz
    profiles:
      car:
        enabled: true
      hgv:
        enabled: true
      bike-regular:
        enabled: true
      bike-mountain:
        enabled: true
      bike-road:
        enabled: true
      bike-electric:
        enabled: true
      walking:
        enabled: true
      hiking:
        enabled: true
      wheelchair:
        enabled: true

But as we are currently reworking configuration, it depends on which version of ors you are running?
Best provide a docker image, ors release version or commit tag you are using,
and how you are starting ors.
In addition, check the logs, and verify it uses the config file where you changed the profiles.

Best regards