2026-07-10 08:23:52 -06:00
|
|
|
# Shared bearer token every client must send to reach the server (the "gate").
|
|
|
|
|
# Generate: openssl rand -hex 32
|
2026-06-16 18:41:02 -06:00
|
|
|
MCP_AUTH_TOKEN=replace_with_a_long_random_token
|
2026-07-10 08:23:52 -06:00
|
|
|
|
|
|
|
|
# --- Single-user only -------------------------------------------------------
|
|
|
|
|
# Uncomment to bake ONE identity into the server. Every client then acts as
|
|
|
|
|
# this Freshservice user. For a shared/multi-user server, LEAVE THESE OUT and
|
|
|
|
|
# have each client send its own X-Freshservice-Domain / X-Freshservice-Key
|
|
|
|
|
# headers instead (see README → "Multiple users").
|
|
|
|
|
# FRESHSERVICE_DOMAIN=pesco
|
|
|
|
|
# FRESHSERVICE_API_KEY=your_freshservice_api_key
|