Files
geo/backend/.env

30 lines
696 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Database
DATABASE_URL="postgresql://its:Nemo348ax@@localhost:5432/estimate_assistant?schema=public"
# Server
PORT=5000
NODE_ENV=development
JWT_SECRET=change-this-in-production-to-random-string
# AI Providers
AI_PROVIDER=ollama
# iieasy | lmstudio | ollama
# 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
# Default company settings
DEFAULT_EXECUTOR=ООО "ГеоВектор"
DEFAULT_VAT_RATE=20
DEFAULT_COMPANY_COEF=0.2092