Skip to content

fix: add missing environment variables to env.example#2153

Open
DasRasyo wants to merge 1 commit intoOpenMind:mainfrom
DasRasyo:main
Open

fix: add missing environment variables to env.example#2153
DasRasyo wants to merge 1 commit intoOpenMind:mainfrom
DasRasyo:main

Conversation

@DasRasyo
Copy link

@DasRasyo DasRasyo commented Feb 7, 2026

Overview

env.example is currently missing several environment variables that are actively
used in the codebase. This causes confusion for new contributors who don't realize
these variables need to be set until they hit runtime errors.

Type of change

  • Bug fix

Changes

Added the following missing environment variables to env.example:

Twitter integration (referenced in src/actions/tweet/connector/twitterAPI.py):

  • TWITTER_API_KEY
  • TWITTER_API_SECRET
  • TWITTER_ACCESS_TOKEN
  • TWITTER_ACCESS_TOKEN_SECRET

Robot configuration (referenced in src/runtime/single_mode/config.py and src/runtime/multi_mode/config.py):

  • ROBOT_IP

Checklist

  • Code complies with style guidelines
  • Self-review completed
  • Local testing completed

Impact

No functional changes. This only updates the example environment file to document
variables that are already used in the code but were not listed, improving the
onboarding experience for new developers.

Added new environment variables for Twitter integration and Robot IP address fallback.
@DasRasyo DasRasyo requested a review from a team as a code owner February 7, 2026 15:15
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.

1 participant