Files
monarch-mcp-custom/.env.example
Ben 8ca4eae736
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 7s
docs: add MONARCH_PORT to .env.example
2025-12-24 02:05:13 +00:00

13 lines
227 B
Plaintext

# Monarch Money Credentials
# You can use MONARCH_TOKEN (recommended) OR Email/Password
MONARCH_TOKEN=
# Fallback credentials
MONARCH_EMAIL=
MONARCH_PASSWORD=
# Server Configuration
PORT=8000
MONARCH_PORT=8070
LOG_LEVEL=INFO