diff options
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.env.template b/.env.template index cb6a9c1..86fc934 100644 --- a/.env.template +++ b/.env.template @@ -1,4 +1,9 @@ +# shellcheck shell=sh +# shellcheck disable=SC2034 + DISCORD_BOT_TOKEN="" +BOT_NIXPKGS_PATH="" +BOT_NIXPKGS_BRANCHES="staging,staging-next,master,nixpkgs-unstable,nixos-unstable-small,nixos-unstable,nixos-24.05-small,nixos-24.05,nixpkgs-24.05-darwin" -RUST_LOG="nixpkgs_tracker_bot=debug,warn" -RUST_BACKTRACE="1" +RUST_LOG="bot=debug,warn" +RUST_BACKTRACE=1 |
