docs: reconstruct docs
This commit is contained in:
@@ -26,7 +26,7 @@ Create `.env.claude` with Trino connection settings:
|
||||
|
||||
```bash
|
||||
# Trino Connection (Password Authentication)
|
||||
TRINO_HOST=trino.buun.dev
|
||||
TRINO_HOST=trino.yourdomain.com
|
||||
TRINO_PORT=443
|
||||
TRINO_SCHEME=https
|
||||
TRINO_SSL=true
|
||||
@@ -75,7 +75,7 @@ Create `~/.env.claude` in your home directory with 1Password references:
|
||||
|
||||
```bash
|
||||
# Trino Connection (Password Authentication)
|
||||
TRINO_HOST=trino.buun.dev
|
||||
TRINO_HOST=trino.yourdomain.com
|
||||
TRINO_PORT=443
|
||||
TRINO_SCHEME=https
|
||||
TRINO_SSL=true
|
||||
|
||||
@@ -392,7 +392,7 @@ cli user="":
|
||||
TRINO_HOST="${TRINO_HOST}"
|
||||
while [ -z "${TRINO_HOST}" ]; do
|
||||
TRINO_HOST=$(gum input --prompt="Trino host (FQDN): " --width=100 \
|
||||
--placeholder="e.g., trino.buun.dev")
|
||||
--placeholder="e.g., trino.yourdomain.com")
|
||||
done
|
||||
TRINO_USER="{{ user }}"
|
||||
if [ -z "${TRINO_USER}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user