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

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

1 participant