Skip to content

Instantly share code, notes, and snippets.

@mindsdbadmin
Last active October 26, 2020 10:13
Show Gist options
  • Save mindsdbadmin/3489db6e084c736d468c209cec6a3b71 to your computer and use it in GitHub Desktop.
Save mindsdbadmin/3489db6e084c736d468c209cec6a3b71 to your computer and use it in GitHub Desktop.
Configuration for AI Tables in MariaDB
{
"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_mariadb": {
"enabled": true,
"host": "localhost",
"password": "password",
"port": 3306,
"type": "mariadb",
"user": "root"
}
},
"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