Skip to content

Commit 0f65847

Browse files
getchooScrumplex
authored andcommitted
chore: add .env.template
1 parent 203dad0 commit 0f65847

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.env.template

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DISCORD_BOT_TOKEN=
2+
DISCORD_DAYS_TO_DELETE_REACTION=999
3+
DISCORD_LOG_CHANNEL_ID=
4+
DISCORD_WELCOME_CHANNEL_ID=
5+
6+
#BOT_REDIS_URL="redis://localhost:3278"
7+
8+
RUST_LOG="refraction=info,warn"
9+
RUST_BACKTRACE=1

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Cargo.lock
1717
# direnv secrets
1818
.env
1919
.env.*
20-
!.env.example
20+
!.env.template
2121

2222
# Nix
2323
.direnv/
@@ -29,4 +29,4 @@ repl-result-out*
2929
*.rdb
3030

3131
# JetBrains
32-
.idea/
32+
.idea/

0 commit comments

Comments
 (0)