-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (20 loc) · 997 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (20 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# NitroStack Configuration
NITRO_LOG_LEVEL=info
NITROSTACK_APP_MODE=universal
# Server Transport Configuration (Optional)
# =============================================================================
# MCP_TRANSPORT_TYPE: Toggles transport mode. Values: stdio | http | dual.
# Defaults to 'stdio' in development and 'dual' in production/NODE_ENV=production.
# =============================================================================
# MCP_TRANSPORT_TYPE=stdio
# PORT=3000
# HOST=localhost
# ENABLE_CORS=true
# ProjectPilot AI - Calendar Integration (Optional)
# =============================================================================
# When both are set, schedule_calendar_event posts to CALENDAR_WEBHOOK_URL
# using CALENDAR_API_KEY as a bearer token. When unset, the tool returns a
# mocked event so the feature can be demoed without external credentials.
# =============================================================================
# CALENDAR_API_KEY=
# CALENDAR_WEBHOOK_URL=