Fixed info button#520
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f83afe30c9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| CONSUMER_KEY=q544R9wuDA3LHx0c9yIf3qir2K4a | ||
| CONSUMER_SECRET=WUT1KYNURrg0fQWzsb_nwuDRiUUa |
There was a problem hiding this comment.
Remove hard-coded API credentials from env template
Do not commit concrete CONSUMER_KEY/CONSUMER_SECRET values in .env.example; this file is routinely copied into real runtime .env files, so this change can leak a shared credential pair and make new environments silently use the same secret defaults. Keep these as commented placeholders and require developers/operators to provide their own keys per environment.
Useful? React with 👍 / 👎.
No description provided.