11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
Note, because you are changing the default path (from `/` to `/OliveTin/`), you will need to tell the OliveTin webUI where to find the API.
|
|
|
|
You need to also set `externalRestAddress` in your config.yaml like this;
|
|
|
|
.OliveTin config.yaml
|
|
[source,yaml]
|
|
----
|
|
externalRestAddress: http://myserver/OliveTin
|
|
----
|
|
|