tauth-sdk/example/.env.example
2026-07-02 22:58:57 +02:00

15 lines
504 B
Shell

# Generate one with:
# pnpm --filter @tauth-example/backend exec cargo run --bin generate_keys
TAUTH_PRIVATE_KEY=
# Your TAuth app/domain identifier.
TAUTH_IDENTIFIER=example.local
# Must be reachable by TAuth. For local testing, expose the backend with a tunnel.
TAUTH_REDIRECT_URL=http://localhost:8787/tauth/callback
# Optional. If Omikron does not return a public key, set it here to enable MTP app-data sync.
TAUTH_HOST_PUBLIC_KEY=
BACKEND_ADDR=127.0.0.1:8787
FRONTEND_URL=http://localhost:5173