Rotate secrets, because they were committed
This commit is contained in:
5
.envrc
5
.envrc
@@ -1,7 +1,4 @@
|
||||
use flake
|
||||
|
||||
export DISCORD_TOKEN_FILE=$(mktemp)
|
||||
cat >$DISCORD_TOKEN_FILE <<END
|
||||
MTMwMjQyMTcwMjU5NjIzMTE5OA.G3qd1e.5LqVmTtO0ZxR-j1ueO537IvKHF8YfHdnd-R4zo
|
||||
END
|
||||
export DISCORD_TOKEN_FILE=./token
|
||||
export DB_FILE=db.sqlite
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
/.direnv/
|
||||
db.sqlite
|
||||
/db.sqlite
|
||||
/token
|
||||
|
||||
Reference in New Issue
Block a user