refactor: migrate EncryptID URLs from encryptid.jeffemmett.com to auth.ridentity.online
Part of the ridentity.online branding migration. The EncryptID auth server is now accessible at auth.ridentity.online (with the legacy encryptid.jeffemmett.com kept as a backward-compatible alias). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bc00fffdbd
commit
fe150f7ac0
|
|
@ -9,4 +9,4 @@ NEXT_PUBLIC_RSPACE_URL="https://rspace.online"
|
|||
RSPACE_INTERNAL_URL="http://rspace-online:3000"
|
||||
|
||||
# EncryptID
|
||||
NEXT_PUBLIC_ENCRYPTID_SERVER_URL="https://encryptid.jeffemmett.com"
|
||||
NEXT_PUBLIC_ENCRYPTID_SERVER_URL="https://auth.ridentity.online"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||
- NEXT_PUBLIC_RSPACE_URL=${NEXT_PUBLIC_RSPACE_URL:-https://rspace.online}
|
||||
- RSPACE_INTERNAL_URL=${RSPACE_INTERNAL_URL:-http://rspace-online:3000}
|
||||
- NEXT_PUBLIC_ENCRYPTID_SERVER_URL=${NEXT_PUBLIC_ENCRYPTID_SERVER_URL:-https://encryptid.jeffemmett.com}
|
||||
- NEXT_PUBLIC_ENCRYPTID_SERVER_URL=${NEXT_PUBLIC_ENCRYPTID_SERVER_URL:-https://auth.ridentity.online}
|
||||
- RNOTES_INTERNAL_URL=${RNOTES_INTERNAL_URL:-http://rnotes-online:3000}
|
||||
- RVOTE_INTERNAL_URL=${RVOTE_INTERNAL_URL:-http://rvote-online-rvote-1:3000}
|
||||
- RCART_INTERNAL_URL=${RCART_INTERNAL_URL:-http://rcart-online:3000}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export default function Home() {
|
|||
Plan a Trip
|
||||
</Link>
|
||||
<a
|
||||
href="https://encryptid.jeffemmett.com"
|
||||
href="https://auth.ridentity.online"
|
||||
className="text-sm text-slate-300 hover:text-white transition-colors"
|
||||
>
|
||||
Sign In
|
||||
|
|
|
|||
Loading…
Reference in New Issue