// next.js
CONVEX_SELF_HOSTED_URL=https://api.xd.com
CONVEX_SELF_HOSTED_ADMIN_KEY=convex-self-hosted|xxx
NEXT_PUBLIC_CONVEX_URL=https://api.xd.com
// server
root@xd:/convex# cat .env
DISABLE_BEACON=true
# URL of the Convex API as accessed by the client/frontend.
CONVEX_CLOUD_ORIGIN=’https://api.xd.com’
# HTTP ACTIONS, ie used for auth callback – https://httpactions.x.com/api/auth/callback/google
CONVEX_SITE_ORIGIN=’https://httpactions.xd.com’
# WEB DASH
NEXT_PUBLIC_DEPLOYMENT_URL=’https://x.xd.com’