forked from erfaga/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (22 loc) · 821 Bytes
/
.env.example
File metadata and controls
22 lines (22 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Fill these out with a custom RPC url to test the explorer locally without getting rate-limited
NEXT_PUBLIC_MAINNET_RPC_URL=
NEXT_PUBLIC_DEVNET_RPC_URL=
NEXT_PUBLIC_TESTNET_RPC_URL=
# Configuration for "metadata" service. set "ENABLED" to true to use it
NEXT_PUBLIC_METADATA_ENABLED=false
NEXT_PUBLIC_METADATA_TIMEOUT=
NEXT_PUBLIC_METADATA_MAX_CONTENT_SIZE=
NEXT_PUBLIC_METADATA_USER_AGENT="Solana Explorer"
NEXT_LOG_LEVEL=0
NEXT_PUBLIC_PMP_IDL_ENABLED=true
## Configuration for security.txt feature enabled
NEXT_PUBLIC_PMP_SECURITY_TXT_ENABLED=true
NEXT_PUBLIC_BAD_TOKENS=
# Configuration for Sentry
# Flag whether to catch exceptions with the boundary on the client or not
NEXT_PUBLIC_ENABLE_CATCH_EXCEPTIONS=1
SENTRY_SUPPRESS_GLOBAL_ERROR_HANDLER_FILE_WARNING=1
SENTRY_ORG=
SENTRY_DSN=
SENTRY_PRJ=
SENTRY_AUTH_TOKEN=