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
I am using SpringBoot and I see that when I set these properties the extension does not load them correctly:
The only way I've been able to do this is by using the API and manually setting these values. I've tried setting environment variables with no luck. Any ideas to use the properties configuration?
Thanks and best regards
The text was updated successfully, but these errors were encountered:
Hi all!
According to the documentation for the flyway extension configuration (https://documentation.red-gate.com/fd/clickhouse-zookeeper-path-233439794.html) we can set the cluster name with configuration properties:
flyway.clickhouse.clusterName=example_cluster
I am using SpringBoot and I see that when I set these properties the extension does not load them correctly:
The only way I've been able to do this is by using the API and manually setting these values. I've tried setting environment variables with no luck. Any ideas to use the properties configuration?
Thanks and best regards
The text was updated successfully, but these errors were encountered: