generated from verida/react-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (18 loc) · 852 Bytes
/
.env.example
File metadata and controls
28 lines (18 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Environment variables
# Required: Set the base URL of the application. Mostly used for the SEO tags. No trailing slash.
NEXT_PUBLIC_BASE_URL=http://localhost:3005
# ------ Dev ------
# Optional: Set the dev mode ("true" or "false"). Default to "false".
NEXT_PUBLIC_DEV_MODE=false
# ------ Telemetry ------
# Optional: Set the log level ("error", "warn", "info", "debug"). Default to "info".
NEXT_PUBLIC_LOG_LEVEL=info
# ------ Verida Network ------
# Optional: Set the Verida Network ("myrtle", "banksia", "devnet", "local"). Default to "banksia".
NEXT_PUBLIC_VERIDA_NETWORK=banksia
# Required: Set the Verida DID for this application. Required for Verida auth.
NEXT_PUBLIC_VERIDA_APP_DID=
# Data connector server URL
NEXT_PUBLIC_DCS_URL=
# Endpoint to initiate auth consent for API token with Verida Vault
NEXT_PUBLIC_VAULT_AUTH_ENDPOINT=