mockintosh
mockintosh copied to clipboard
Multiple yaml config [suggestion]
In case of many services being mocked - it would be easier to keep configs for each service in separate file.
like this:
example-service-1.yaml
- name: example-service-1
port: 80
endpoints:
- path: ...
example-service-2.yaml
- name: example-service-2
port: 80
endpoints:
- path: ...
Thanks for the idea! We'll consider implementing it in the future