forked from koshikraj/ottopus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (13 loc) · 799 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (13 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy to .env.local for local development. Never commit .env.local.
# Privy app id from the dashboard. Public by design — it identifies the app to
# Privy and is visible in the browser. Without it the app still builds and runs;
# the sign-in surfaces say they are not configured rather than offering buttons
# that cannot work.
# NEXT_PUBLIC_PRIVY_APP_ID=
# Where the service answers. Defaults to the deployed API.
# NEXT_PUBLIC_API_URL=http://localhost:8787/api
# The MCP address people paste into an agent. Normally unset: the app asks the
# service, which is the only thing that knows its own canonical address. Set
# this only to pin the value — it used to be derived from the API base, and
# that derivation is what handed out https://api.ottopus.xyz/mcp, a 404.
# NEXT_PUBLIC_MCP_URL=