chore: add MCP server environment variables
This commit is contained in:
@@ -14,6 +14,8 @@ x-common-env: &common-env
|
||||
SMTP_PORT: ${SMTP_PORT:-465}
|
||||
SMTP_FROM: ${SMTP_FROM:-"Company CO"}
|
||||
SMTP_EMAIL: ${SMTP_EMAIL:-"domain@domain.com"}
|
||||
MCP_SERVER_HOST: ${MCP_SERVER_HOST:-tryton}
|
||||
MCP_SERVER_PORT: ${MCP_SERVER_PORT:-3001}
|
||||
|
||||
services:
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user