diff --git a/default_handlers.txt b/default_handlers.txt index 11dfe2ed228..58fb3404134 100644 --- a/default_handlers.txt +++ b/default_handlers.txt @@ -5,7 +5,7 @@ mariadb scylla cassandra clickhouse -# snowflake +snowflake slack sqlite mongodb @@ -20,4 +20,7 @@ web langchain # For agents & completions sema4 pgvector -confluence \ No newline at end of file +confluence +teams +redshift +lightwood diff --git a/docker/mindsdb_config.release.json b/docker/mindsdb_config.release.json index f0f317f37ee..5a9d363246d 100644 --- a/docker/mindsdb_config.release.json +++ b/docker/mindsdb_config.release.json @@ -1,25 +1,30 @@ { - "config_version":"1.4", - "storage_dir": "/root/mdb_storage", - "debug": false, - "integrations": {}, - "api": { - "http": { - "host": "0.0.0.0", - "port": "47334" - }, - "mysql": { - "host": "0.0.0.0", - "password": "", - "port": "47335", - "user": "mindsdb", - "database": "mindsdb", - "ssl": true - }, - "mongodb": { - "host": "0.0.0.0", - "port": "47336", - "database": "mindsdb" - } + "config_version": "1.4", + "storage_dir": "/root/mdb_storage", + "debug": false, + "integrations": {}, + "auth": { + "http_auth_enabled": true, + "username": "mindsdb", + "password": "" + }, + "api": { + "http": { + "host": "0.0.0.0", + "port": "47334" + }, + "mysql": { + "host": "0.0.0.0", + "password": "", + "port": "47335", + "user": "mindsdb", + "database": "mindsdb", + "ssl": true + }, + "mongodb": { + "host": "0.0.0.0", + "port": "47336", + "database": "mindsdb" } + } }