chore: add .env.template

This commit is contained in:
seth 2024-04-30 18:12:44 -04:00 committed by Sefa Eyeoglu
parent 203dad0703
commit 0f65847815
2 changed files with 11 additions and 2 deletions

9
.env.template Executable file
View file

@ -0,0 +1,9 @@
DISCORD_BOT_TOKEN=
DISCORD_DAYS_TO_DELETE_REACTION=999
DISCORD_LOG_CHANNEL_ID=
DISCORD_WELCOME_CHANNEL_ID=
#BOT_REDIS_URL="redis://localhost:3278"
RUST_LOG="refraction=info,warn"
RUST_BACKTRACE=1

2
.gitignore vendored
View file

@ -17,7 +17,7 @@ Cargo.lock
# direnv secrets
.env
.env.*
!.env.example
!.env.template
# Nix
.direnv/