# WebAuthn/Passkey Configuration # In development, these default to localhost values # Only needed when deploying to production # Relying Party ID - your domain name # Must match the domain where your app is hosted # RP_ID=tacy-stack.app # Origin - full URL of your app # Must match exactly where users access your app ORIGIN=http://localhost:3000 # Environment (set to 'production' in production) NODE_ENV=development