Hello, When I try to use `catalog.config-dir` property for coordinator, "Configuration property 'catalog.config-dir' was not used" error is encountered. Sample of the configuration ``` image: tag: "474" server: workers: 2 node: environment: test coordinatorExtraConfig: | catalog.config-dir=/data/trino/etc/catalog ``` Thanks.