# Database DATABASE_URL=postgresql://rnotes:password@localhost:5432/rnotes # NextAuth NEXTAUTH_SECRET=your-secret-here NEXTAUTH_URL=http://localhost:3000 # EncryptID ENCRYPTID_SERVER_URL=https://auth.ridentity.online NEXT_PUBLIC_ENCRYPTID_SERVER_URL=https://auth.ridentity.online # Domain ROOT_DOMAIN=localhost:3000 NEXT_PUBLIC_ROOT_DOMAIN=localhost:3000 # Yjs WebSocket sync server SYNC_SERVER_PORT=4444 NEXT_PUBLIC_SYNC_URL=ws://localhost:4444