Configuration
TuskBot is configured with environment variables, usually stored in a runtime .env file.
Recommended Setup Path
- Run
tusk installto generate initial configuration. - Start TuskBot (
tusk runor service mode). - Adjust variables in your runtime
.envwhen needed.
Runtime Location
By default, runtime data is stored in ~/.tuskbot.
Set TUSK_RUNTIME_PATH to use a different location.