a quick question, I have a web application with a management screen that write to a configuration file on a centralized server. This configuration is being used by other services.
We have a requirement to have this file to be added with more configuration manually for tweaking purposes.
The UI web app, when writing to the file doesn't manage its changes, it simply rewrites the data back to the file in a put operation and by doing so will override any manual properties written there.
What do you think is the best solution? I thought that an additional .local.properties file will be used. OR another idea is that each service using that will internally have its configuration file for having these overrides
Aucun commentaire:
Enregistrer un commentaire