mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
refactor(mcp): rename SURFSENSE_PAT to SURFSENSE_API_KEY
This commit is contained in:
parent
b2bf925f63
commit
faa6d6baea
9 changed files with 21 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copy to .env (or set these in your MCP client config) and fill in your token.
|
||||
|
||||
# Personal Access Token from SurfSense (Settings -> API). Required.
|
||||
SURFSENSE_PAT=ss_pat_your_token_here
|
||||
# API key from SurfSense (Settings -> API). Required.
|
||||
SURFSENSE_API_KEY=ss_pat_your_token_here
|
||||
|
||||
# Base URL of the SurfSense backend. Defaults to http://localhost:8000
|
||||
SURFSENSE_BASE_URL=http://localhost:8000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue