You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are moving some configuration variables to be handled by Consul, and serialised to file by envconsul. This means we need to read also another *.yml file (for now at boot time of the application, since we do not expect it to be updated), and store the information in a struct.
Location of the file in the container:
/app/config.yml
A reference to start with for reading information also from this file:
We are moving some configuration variables to be handled by Consul, and serialised to file by envconsul. This means we need to read also another
*.yml
file (for now at boot time of the application, since we do not expect it to be updated), and store the information in a struct.Location of the file in the container:
A reference to start with for reading information also from this file:
A reference for future work, where we should monitor the changes to the file and update the configuration stored in memory:
Once it is done, remove the MINIO variables also from the deployment descriptor of the service.
The text was updated successfully, but these errors were encountered: