docs -- updates to config file and env vars#11577
Conversation
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. |
| ``` | ||
|
|
||
| ```bash Python | ||
| python -m mindsdb --config=/path-to-the-extended-config-file/config.json |
There was a problem hiding this comment.
may be add --api=http,mysql to make it similar to docker command above?
There was a problem hiding this comment.
thanks. added it.
| ``` | ||
|
|
||
| ```bash Shell | ||
| export MINDSDB_CONFIG_PATH=/Users/username/path/config.json |
There was a problem hiding this comment.
may be add as next line command that run mindsdb? python -m mindsdb --api=http,mysql
There was a problem hiding this comment.
Actually, we do not add this for env vars. We focus on Docker here, as it is the recommended way for users.
|
@StpMax |
Review Summary🏷️ Draft Comments (2)
|
Review Summary |
Description
docs -- updates to config file and env vars
https://linear.app/mindsdb/issue/FQE-1475/doc-env-var-to-disable-gui
Fixes #issue_number
Type of change