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

Support splitting of configuration to multiple files #168

Open
pascalberger opened this issue Feb 26, 2019 · 2 comments
Open

Support splitting of configuration to multiple files #168

pascalberger opened this issue Feb 26, 2019 · 2 comments

Comments

@pascalberger
Copy link
Contributor

It can be helpful to have the possibility to split the configuration to multiple JSON files. With a lot of builds in a build monitor the config JSON file can be quite huge and harder to maintain than multiple smaller files.

@marcells
Copy link
Owner

That could be a larger change, cause the build monitor is looking for config files on several places. And the Dockerfile is also dependent on them for working correctly.

Maybe it can be done by automatically looking for the other configuration files next to the main configuration files. Or by "linking" from the main configuration file to them.

What do you think?

@pascalberger
Copy link
Contributor Author

Having some kind of include statement which can be used in the config file could work fine for my use case

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

No branches or pull requests

2 participants