Can trino read properties file at run-time instead of cache it into memory

We will need to load the value dynamically from trino’s properties file, do you know where we can configure this way?

Only some security related config files are repeatedly polled at runtime. All main configuration including catalogs requires a restart of the cluster. Dynamic loading is not supported.