12 lines
305 B
Text
12 lines
305 B
Text
APP_HOST=0.0.0.0
|
|
APP_PORT=8080
|
|
RUST_LOG=info
|
|
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5432/nxtgauge_ai_assistant
|
|
|
|
OLLAMA_BASE_URL=http://localhost:11434
|
|
OLLAMA_CHAT_MODEL=smollm2:360m
|
|
OLLAMA_EMBED_MODEL=nomic-embed-text
|
|
|
|
HELP_CENTER_SEED_PATH=./seeds/help_articles.json
|
|
TICKETS_SOURCE=chatbot
|