Files
Noderunners-relay-front/.env.example

25 lines
1012 B
Plaintext

# App settings
VITE_APP_NAME="Noderunners Relay"
VITE_APP_DESCRIPTION="A high-performance Nostr relay built by Noderunners, for Noderunners"
VITE_LOGO_URL="https://cdn.azzamo.net/5cc03420a18166ef7a20b1e6b7dad240ad7d634824649643c80d74a924062258.png"
VITE_GITHUB_URL="https://github.com/noderunners-org/relay"
# Nostr settings — API base URL for /v1/* and /.well-known/nostr.json (no trailing slash).
# Leave unset or empty only when using `npm run dev` with vite proxy — see `.env.development`.
VITE_NOSTR_RELAY_URL="wss://relay.noderunners.network"
VITE_API_URL="https://noderunnersapi.azzamo.net"
# Used only during `npm run dev` when requests are proxied (see vite.config.ts).
VITE_DEV_PROXY_TARGET=http://127.0.0.1:8085
VITE_SUPPORTED_NIPS="1,2,4,9,11,22,28,40,70,77"
VITE_RELAY_SOFTWARE="strfry v1.0.3"
# Feature flags
VITE_ENABLE_WHITELIST=true
VITE_ENABLE_PAYMENT_VERIFICATION=true
VITE_ENABLE_DEMO=false
# Uptime monitoring
VITE_UPTIME_KUMA_URL="https://uptime.azzamo.net"
VITE_UPTIME_KUMA_ID="8"