7 lines
443 B
Bash
7 lines
443 B
Bash
VITE_SENTRY_DSN="https://********************************@*****************.example.com/****************"
|
|
VITE_PLAUSIBLE_DOMAIN="example.tld"
|
|
VITE_PLAUSIBLE_ENDPOINT="https://plausible.example.tld/api/event"
|
|
# Hex pubkey of the nostr-push server (found in nostr-push startup logs as "worker_pubkey")
|
|
VITE_NOSTR_PUSH_PUBKEY=""
|
|
# Set to "*" to allow any host in the Vite dev server (eg. when proxying through a custom domain)
|
|
# ALLOWED_HOSTS="*" |