clickhouse/settings/test_settings.json

10 lines
157 B
JSON
Raw Permalink Normal View History

2022-10-26 14:26:49 +03:00
{
"host": "localhost",
"port": 9000,
"database": "regency_dev",
"opts": {
"read_timeout": 1,
"no_delay": "disable"
}
}