Replies: 1 comment 2 replies
-
|
@michaldo I like the idea of having a setting to configure the "base" folder for external files I thought about the following "global" configuration external-bodies:
base-folder: ./bodiescan you do the implementation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using moclojer with docker compose. I have folder with N bodies, let say
/host/bodiesMy docker-compose.yaml has section
My moclojer.yml has:
I'm not satisfied I had to repeat "path: bodies/body1.json" N times
I would be happy to repeat
path: body1.jsonIf there is a configuration option like
external-bodies-base-folder=./bodiesmy moclojer.yml will be simplerBeta Was this translation helpful? Give feedback.
All reactions