14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
# MCP Notion Server Configuration
|
|
# ==============================
|
|
|
|
# MCP Service
|
|
MCP_NOTION_VERSION=latest
|
|
MCP_NOTION_PORT_OVERRIDE=8000
|
|
|
|
# Notion Integration Token (Required)
|
|
# Get your token from: https://developers.notion.com
|
|
INTERNAL_INTEGRATION_TOKEN=
|
|
|
|
# Timezone
|
|
TZ=UTC
|