-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (18 loc) · 755 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (18 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Better Mealie MCP configuration. Copy to `.env` and fill in.
# Base URL of your Mealie instance (no trailing /api).
MEALIE_BASE_URL=http://localhost:9925
# --- Auth: pick ONE method ---
# (Preferred) Long-lived API token. Create in Mealie:
# Profile -> Manage API Tokens -> Generate.
MEALIE_API_TOKEN=
# (Alternative) Username/password. Server logs in at startup to fetch a token.
# MEALIE_USERNAME=changeme@example.com
# MEALIE_PASSWORD=MyPassword
# --- Optional ---
# Per-request timeout, seconds.
# MEALIE_TIMEOUT=60
# Verify the Mealie server's TLS certificate. Set "false" to accept
# self-signed certs / hostname mismatch. Trusted networks only.
# MEALIE_VERIFY_SSL=true
# MCP server name advertised to clients.
# MCP_SERVER_NAME=Mealie