# Your domain — apps will be served at .yourdomain.com DOMAIN_SUFFIX=yourdomain.com # Optional: email for Let's Encrypt expiry notices. # If you want this, uncomment the `email` line in proxy/Caddyfile instead. # Dashboard login credentials (required in production). HIY_ADMIN_USER=admin HIY_ADMIN_PASS=changeme # Postgres admin password — used by the shared cluster. # App schemas get their own scoped users; this password never leaves the server. POSTGRES_PASSWORD=changeme