4
0

external-rest.adoc 310 B

12345678910
  1. Note, because you are changing the default path (from `/` to `/OliveTin/`), you will need to tell the OliveTin webUI where to find the API.
  2. You need to also set `externalRestAddress` in your config.yaml like this;
  3. .OliveTin config.yaml
  4. [source,yaml]
  5. ----
  6. externalRestAddress: http://myserver/OliveTin
  7. ----