blob: 45cb6238b6a45ed12b4dfc7b997e268dd22638c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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="git_tracker=debug,discord_bot=debug,warn"
# For production
# RUST_LOG="discord_bot=info,warn"
RUST_BACKTRACE=1
|