Closed charlie42 closed 4 years ago
You can set thebaseResourceDomain
in configs/general.js
see more at http://ld-r.org/docs/configGeneral.html
Thanks for quick reply. This didn't work, I still have new resources created with the IP based URI.
I found that replacing the name of the endpoint in configs/server.js works somewhat, like this:
'http://<BASE URL>#': { host: '<IP>', port: 7200, path: '/repositories/test', graphName: 'default', endpointType: 'graphdb' },
but now I get an unnecessary /
between the ID and the #
. Any idea how to work around this?
Normally the baseResourceDomain
should do the trick. I tried to fix the issue. Can you do a git pull
and try again.
It works, thank you so much!
When I create a new resource its URI looks like this:
http://<MY IP>:7200/c1585313868
, instead of the base URI set in GraphDB. Is it possible to configure the base URL for the new resources in ld-r?