-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow centralized configuration and document it #4
Comments
Sure, this is definitely something desirable. Docker seems quite convenient, especially the Docker compose stuff, I simply don't use it. The setup/run scripts are more oriented towards demo/dev at the moment. Still, it's interesting to keep in mind that micro services can run on different servers. My current setup is:
|
Another useful feature on this might be to embed doc of each micro service inside the micro service itself, based on ideas from selfapi/swagger and similar to what janitor does. |
By the way, there are two types of config and environment variables:
In an ideal world, I think the routing should be handled by something such as |
It'd be great if we could just have a single configuration file or a single directory containing configuration files with all the example configuration files. I think that if the projects gets away from Docker, it does make sense to stop using env variables as the unique way to define configuration variables, and it would make it simpler to use this project if we had a centralized place with all the possible configuration values.
The text was updated successfully, but these errors were encountered: