Files
geo/backend/.env.example

29 lines
642 B
Plaintext
Raw Permalink Normal View History

2026-02-04 00:11:19 +05:00
# Database
DATABASE_URL="postgresql://it:iiEasy348ax@@localhost:5432/estimate_assistant?schema=public"
# Server
PORT=5000
NODE_ENV=development
# AI Providers
AI_PROVIDER=iieasy
# iieasy | lmstudio | ollama
2026-02-04 00:11:19 +05:00
# iieasy.ru API
IIEASY_API_URL=https://ai.iieasy.ru/v1
IIEASY_API_KEY=your-api-key
IIEASY_MODEL=google/gemma-3n-e4b
# LM Studio (local)
LMSTUDIO_API_URL=http://localhost:1234/v1
LMSTUDIO_MODEL=local-model
# Ollama
OLLAMA_API_URL=http://192.168.88.160:11434
OLLAMA_MODEL=gemma3n:e4b
2026-02-04 00:11:19 +05:00
# Default company settings
DEFAULT_EXECUTOR=ООО "ГеоВектор"
DEFAULT_VAT_RATE=20
DEFAULT_COMPANY_COEF=0.2092