Possiblity turn off admin service

Is there any possibility to disable the admin service while loading graphhopper?
I’m using the default config.yml. I’am using the 0.12 version.

Hi Benjamin,

welcome to the GraphHopper community :slight_smile:

You can comment out the section with the adminConnectors in the config.yml:

#  adminConnectors:
#  - type: http
#    port: 8990
#    bindHost: localhost

Please note that we bind it to localhost by default and therefor it is usually not reachable from outside.

Hi Karussell,
It’s that simple ?
Thx !

1 Like