-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (22 loc) · 778 Bytes
/
.env.example
File metadata and controls
24 lines (22 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Decentra – local environment variables (example)
#
# Copy to `.env.local` (recommended) or `.env` and fill values.
# Files matching `.env*` are gitignored by default (except `.env.example`).
#
# Nuxt exposes variables prefixed with `NUXT_PUBLIC_` to the browser.
#
#
# Optional remote debug logging (default: console-only)
#
# When empty/unset: Decentra only logs to the browser console.
# When set: Decentra will POST debug payloads to this URL.
#
# Example (Cursor debug session ingest):
# NUXT_PUBLIC_DEBUG_LOG_INGEST_URL=http://127.0.0.1:7476/ingest/<id>
# NUXT_PUBLIC_DEBUG_LOG_SESSION_ID=<session>
# NUXT_PUBLIC_DEBUG_LOG_SESSION_HEADER=X-Debug-Session-Id
#
NUXT_PUBLIC_DEBUG_LOG_INGEST_URL=
NUXT_PUBLIC_DEBUG_LOG_SESSION_ID=
NUXT_PUBLIC_DEBUG_LOG_SESSION_HEADER=