Promote synvya-staging to production - #65
Merged
Merged
Conversation
Move BUNKER_RELAYS, VITE_NDK_EXPLICIT_RELAYS, and VITE_NDK_BUNKER_RELAYS into per-environment blocks in load-secrets.sh. Update .env.example defaults for local Synvya dev. Staging: wss://relay.staging.synvya.com Production: wss://relay.damus.io, wss://nos.lol, wss://relay.synvya.com Local: wss://relay.local.synvya.com Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configure per-environment Nostr relay URLs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use only wss://relay.synvya.com for production
The CLI's `synvya delete` passes the restaurant's hex pubkey to `/api/admin/team-lookup`, but the query only searched `t.name ILIKE`. Add an `OR EXISTS` clause so an exact stored-key pubkey match also returns the owning team. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(core): match teams by stored-key pubkey in admin team-lookup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wss://relay.synvya.comfor production relayTest plan
🤖 Generated with Claude Code