-
Notifications
You must be signed in to change notification settings - Fork 5
bug: Add GATEWAY5_CONNECT_HOSTS to .env.example #37
Open
Description
Description
Add missing GATEWAY5_CONNECT_HOSTS environment variable to .env.example.
Reproduction Steps
- Inspect
.env.examplein the root directory. - Observe that
GATEWAY5_CONNECT_HOSTSis missing from the list of standard variables.
Expected Behavior
.env.example should include all necessary environment variable definitions, including GATEWAY5_CONNECT_HOSTS.
Environment
- OS: N/A
- Version: Main
- Python/Node/Go Version (if applicable): N/A
Checklist
- I have checked existing issues to avoid duplicates
- I have provided a clear description of the issue
- I have included steps to reproduce (if applicable)
- I have included relevant environment details