chore: add .env.template
This commit is contained in:
parent
203dad0703
commit
0f65847815
2 changed files with 11 additions and 2 deletions
9
.env.template
Executable file
9
.env.template
Executable 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
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -17,7 +17,7 @@ Cargo.lock
|
|||
# direnv secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.template
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
|
@ -29,4 +29,4 @@ repl-result-out*
|
|||
*.rdb
|
||||
|
||||
# JetBrains
|
||||
.idea/
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue