python-microservices / pyms

Library of utils to create REST Python Microservices
https://python-microservices.github.io/home/
GNU General Public License v3.0
265 stars 45 forks source link

Is there a standarized way to provide default values to service's configuration? #218

Open alexppg opened 3 years ago

alexppg commented 3 years ago

Is your feature request related to a problem? Please describe. I see that some services have a way to define default values for it the services, but it doesn't seem to be standardized.

Describe the solution you'd like We could define a way for developers to always follow the same conventions? Maybe not just for this but to add more in the future.