Agent loads variables not in my .env #5844
ongrowthsedge
started this conversation in
General
Replies: 1 comment
-
|
The Twitter plugin settings like Configuration Sources (in order of priority):
Where Settings Are Stored:The SQL plugin creates database tables including a Default Twitter Plugin Settings:From the documentation, the default values are:
How to Change These Settings:Option 1: Environment Variables TWITTER_POST_ENABLE=true
TWITTER_SEARCH_ENABLE=false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example the twitter plugin is loading that post is disabled and that replies etc are enabled directly after loading the SQL plugin adapter.
I can only assume these are being stored somewhere in the DB.
Why would this be happening and or how do I find out where this setting is?
[2025-08-28 22:19:40] INFO: Running plugin migrations...
agentName: "Eni"
logLevel: "info"
[2025-08-28 22:19:40] INFO: [EmbeddingService] Starting embedding generation service
[2025-08-28 22:19:40] INFO: plugin-sql init starting...
[2025-08-28 22:19:40] INFO: Database adapter created and registered
[2025-08-28 22:19:40] INFO: Twitter posting is DISABLED - set TWITTER_ENABLE_POST=true to enable automatic posting
[2025-08-28 22:19:40] INFO: Twitter replies/interactions are ENABLED
[2025-08-28 22:19:40] INFO: Twitter timeline actions are DISABLED
[2025-08-28 22:19:40] INFO: Twitter discovery service is DISABLED - set TWITTER_ENABLE_DISCOVERY=true to enable
the main .env doesn't contain these actual settings and these can't be modified anywhere in the GUI running.
Where can these be changed for default settings?
Beta Was this translation helpful? Give feedback.
All reactions