25 lines
551 B
Plaintext
Executable File
25 lines
551 B
Plaintext
Executable File
# 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
|
||
|
||
# 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
|
||
|
||
# Default company settings
|
||
DEFAULT_EXECUTOR=ООО "ГеоВектор"
|
||
DEFAULT_VAT_RATE=20
|
||
DEFAULT_COMPANY_COEF=0.2092
|