mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
fix the config file name
This commit is contained in:
parent
01158e783a
commit
780e9df08d
@ -9,7 +9,7 @@ cluster = ClickHouseCluster(__file__)
|
||||
|
||||
node1 = cluster.add_instance(
|
||||
"node1",
|
||||
main_configs=["configs/config_order_by.xml"],
|
||||
main_configs=["configs/system_logs_order_by.xml"],
|
||||
stay_alive=True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user