Currently we have to adjust/specify in the config various IP addresses which actually tend to change dynamically, and this is very error-prone:
path: 'postgresql://postgres@10.1.1.1:5432/postgres'
Is it possible to reference from YAML config environment variables? (or maybe pass in a separate config-override .yml file or accept the overrides as part of command-line arguments for the launcher)
I did not find any mention for this in https://modelscope.github.io/Trinity-RFT/main/tutorial/trinity_configs.html
Thank you!