Skip to content

fix(backend): avoid duplicate REDIS_URL in env example#1267

Open
pengyuayn wants to merge 1 commit into
LabsCrypt:mainfrom
pengyuayn:fix/env-example-redis-url
Open

fix(backend): avoid duplicate REDIS_URL in env example#1267
pengyuayn wants to merge 1 commit into
LabsCrypt:mainfrom
pengyuayn:fix/env-example-redis-url

Conversation

@pengyuayn

Copy link
Copy Markdown

Summary

  • Keeps the Docker default REDIS_URL=redis://redis:6379 as the single live Redis URL in backend/.env.example.
  • Moves the local Redis alternative to a commented example so copied env files do not override the Docker service hostname.
  • Verified no other keys are duplicated in backend/.env.example.

Validation

  • PASS: duplicate-key scan over backend/.env.example
  • PASS: git diff --check

Closes #1209

@ogazboiz

ogazboiz commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

tiny fix but it's conflicting with main right now, quick rebase and i'll merge it: git fetch origin && git rebase origin/main && git push --force-with-lease.

if you want to keep contributing, join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] backend/.env.example defines REDIS_URL twice with conflicting values

2 participants