You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of variables that are currently passed through .env and config.txt as well as hardcoded information such as the URLs in status_update.rs and everything in ids.rs. We can use a config. file manager like config-rs to handle this for us.
Activity
ivinjabraham commentedon Sep 15, 2025
Maybe this was refactored out earlier or something but I'm not sure what I was thinking when recommending config-rs, seems like bloat.