Skip to content

Instantly share code, notes, and snippets.

@mindsdbadmin
Created October 26, 2020 10:15
Show Gist options
  • Save mindsdbadmin/0db2c2d196ea24edcf428c9a2a3bd54d to your computer and use it in GitHub Desktop.
Save mindsdbadmin/0db2c2d196ea24edcf428c9a2a3bd54d to your computer and use it in GitHub Desktop.
Configuration for AI Tables in Clickhouse
{
"api": {
"http": {
"host": "0.0.0.0",
"port": "47334"
},
"mysql": {
"host": "127.0.0.1",
"password": "",
"port": "47335",
"user": "root"
}
},
"config_version": "1.3",
"debug": true,
"integrations": {
"default_clickhouse": {
"database_name": "default_clickhouse",
"enabled": true,
"host": "localhost",
"password": "pass",
"port": 8123,
"type": "clickhouse",
"user": "default"
}
},
"log": {
"level": {
"console": "DEBUG",
"file": "INFO"
}
},
"storage_dir": "/storage"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment