···2323 Dev bool `env:"DEV, default=false"`
2424 DisallowedNicknamesFile string `env:"DISALLOWED_NICKNAMES_FILE"`
25252626+ // gates the org.tangled.* xrpc router (/xrpc). off by default; the svelte
2727+ // frontend is the only consumer and isn't shipped yet.
2828+ XrpcEnabled bool `env:"XRPC_ENABLED, default=false"`
2929+2630 // origin allowed to call the xrpc endpoints from the browser (the svelte
2731 // frontend). empty allows any origin, which is safe here since xrpc uses
2832 // bearer service-auth tokens rather than cookies.