Ask HN: How do you control distrebuted multi project app configuration
1 comments
why all the configurations is it access to screens or resources? like role based security?
or personalization?
different functionality that should maybe be a different app?
Environmental. pointing to different resources in test versus prod?
or personalization?
different functionality that should maybe be a different app?
Environmental. pointing to different resources in test versus prod?
Well combinations of all
Some main roles like apis and user access are in db
But functionality , personalizations are in confit files sometimes it is more then 1 for app
Like :
1 for thread pools and db connections
1 for logs
1 for functionality
Now each client has different config
Total mess
i like to know how do you manage the subject of configuration when you have multi project
application ( many clients ) an the application composed from distributed servers .
which each server has its own configuration .
in simple words . i have core product which have configuration A Then i have clients which using the core project but which specific configuration to the client .
the result is i have Dozens versions of the configuration which leads to total mess.
what is the common way or methodologies to handle such mess ?
Thanks