HiveMQ Edge - Multiple Config Files

I noticed that there are multiple config files in the conf folder:

config.xml
config_1.xml
config_2.xml
config_3.xml
config_4.xml
config_5.xml

I am trying to review my changes made in the GUI to verify that they are being made correctly to the config file but I’ve noticed that teh GUI change will result in several of these files being modified. Furthermore, it appears that several of these files are copies of config.xml. Which one of the files is the actual config file I should be reviewing?

Hi,

Thanks for reporting your question. The current state of configuration is written into the config.xml-file, which is you file you can look for reviewing. For each change of the configuration, a backup config is created for up to 5 files.

Best wishes,
Stefan

Ah, ok. Thank you for the clarification.