the best lightweight web dev stack built on bun
at main 422 B view raw
1# WebAuthn/Passkey Configuration 2# In development, these default to localhost values 3# Only needed when deploying to production 4 5# Relying Party ID - your domain name 6# Must match the domain where your app is hosted 7# RP_ID=tacy-stack.app 8 9# Origin - full URL of your app 10# Must match exactly where users access your app 11ORIGIN=http://localhost:3000 12 13# Environment (set to 'production' in production) 14NODE_ENV=development