···2323 Dev bool `env:"DEV, default=false"`
2424 DisallowedNicknamesFile string `env:"DISALLOWED_NICKNAMES_FILE"`
25252626+ // origin allowed to call the xrpc endpoints from the browser (the svelte
2727+ // frontend). empty allows any origin, which is safe here since xrpc uses
2828+ // bearer service-auth tokens rather than cookies.
2929+ XrpcCorsOrigin string `env:"XRPC_CORS_ORIGIN"`
3030+2631 // temporarily, to add users to default knot and spindle
2732 AppPassword string `env:"APP_PASSWORD"`
2833