Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple yaml config [suggestion] #166

Open
sergeidyga opened this issue Mar 10, 2022 · 1 comment
Open

Multiple yaml config [suggestion] #166

sergeidyga opened this issue Mar 10, 2022 · 1 comment

Comments

@sergeidyga
Copy link

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: ...
@undera
Copy link
Contributor

undera commented Mar 13, 2022

Thanks for the idea! We'll consider implementing it in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants