# Postgres connection string for shareable links. # Required for: POST /api/share, /v/[id] viewer page. DATABASE_URL=postgres://user:password@host:5432/binderly # SSL mode for the connection. Defaults to "prefer". # Set to "false" for local self-hosted Postgres without SSL. # Set to "require" for managed providers that require SSL. # DATABASE_SSL=false # Optional: opt-in analytics. Leave UNSET for self-hosted instances — # nothing will be loaded. Set BOTH variables on your own hosted deployment # to inject a privacy-friendly analytics script (Plausible, Umami, or any # provider whose loader script accepts a `data-site-id` attribute). # NEXT_PUBLIC_ANALYTICS_SRC=https://your-analytics-host.example.com/script.js # NEXT_PUBLIC_ANALYTICS_SITE_ID=your-site-id # Optional: hosted-mode SEO. Set this to your canonical public URL on the # deployment you want indexed by search engines. Leaving it UNSET keeps # self-hosted instances private (X-Robots-Tag noindex, robots.txt disallows # all). Setting it enables: indexable robots, canonical URL, sitemap.xml # entries, JSON-LD with the canonical host. Inlined at build time — # requires a rebuild after changing. # NEXT_PUBLIC_SITE_URL=https://binderly.msantoki.com