Skip to content

Configuration

TuskBot is configured with environment variables, usually stored in a runtime .env file.

  1. Run tusk install to generate initial configuration.
  2. Start TuskBot (tusk run or service mode).
  3. Adjust variables in your runtime .env when needed.

Runtime Location

By default, runtime data is stored in ~/.tuskbot.

Set TUSK_RUNTIME_PATH to use a different location.

Released under the MIT License