Files
NaliiaDev/.env.example

29 lines
478 B
Plaintext

# Database
POSTGRES_DB=database
DB_NAME=database
DB_HOSTNAME=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=SUp3r-pass*DB
# Tryton ERP
TRYTOND_VERSION=7.6
TRYTOND_PORT=18020
TRYTON_ADMIN_PASSWORD=admin
TRYTON_HOSTNAME=live
TRYTON_DATABASE=database
TRYTON_USERNAME=admin
TRYTON_PASSWORD=admin
TRYTON_PORT=8000
# Debug (pudb)
PUDB_PORT=8020
# MCP Server
MCP_SERVER_HOST=mcp
MCP_SERVER_PORT=3001
# Bot / LLM
LLM_MODEL=deepseek
DEEPSEEK_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...