here-workspace-examples-java-scala icon indicating copy to clipboard operation
here-workspace-examples-java-scala copied to clipboard

Possible to configure path to ~/.here

Open CarlKarlssonSchmidt opened this issue 10 months ago • 1 comments

Hello! I've created a local catalog with the instructions in the examples but I want to place the here-map-content.db somewhere else than in home/. Is it possible to configure the path where the SDK will look for the files?

I know that it is possible for here.platform.data-client.request-signer { billing-tag = "nira-map-matcher" credentials { file-path = .. }}

but I cant find any information about how to set it either generally or for just local/

CarlKarlssonSchmidt avatar Feb 19 '25 07:02 CarlKarlssonSchmidt

Hi @CarlKarlssonSchmidt , you can override path using the following property:

-Dhere.platform.data-local.local-directory=path/to/alternative/local/directory

abanias avatar Jun 26 '25 10:06 abanias