chore: update env defaults and add .env.example
This commit is contained in:
28
.env.example
Normal file
28
.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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-...
|
||||
Reference in New Issue
Block a user