-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 790 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (20 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Local test DB credentials (used by docker-compose.yml)
MYSQL_PASS=sql2api_dev_pass
MYSQL_DATABASE=main_db
MYSQL_PORT=33306
POSTGRES_USER=sql2api
POSTGRES_PASSWORD=sql2api_dev_pass
POSTGRES_DB=sql2api
POSTGRES_PORT=5432
# Admin console login (apps/services/.env). Password must be non-empty to enable login.
# ADMIN_USERNAME=admin
# ADMIN_PASSWORD=change-me
# AI provider (apps/services/.env). Defaults to local GGUF when unset.
# Online config in Admin → System Settings overrides these at runtime.
# AI_PROVIDER=local
# LLAMA_MODEL_PATH=./models/qwen2.5-coder-3b-instruct-q4_k_m.gguf
# AI_PROVIDER=ollama
# OLLAMA_BASE_URL=http://127.0.0.1:11434
# OLLAMA_MODEL=gpt-oss:20b
# OLLAMA_TIMEOUT_MS=120000
# OLLAMA_API_KEY= # optional Bearer token for reverse-proxied Ollama