Rotate secrets, because they were committed

This commit is contained in:
bluepython508
2024-11-03 22:21:45 +00:00
parent 0cdd2735a6
commit 735fafd4fb
2 changed files with 3 additions and 5 deletions

5
.envrc
View File

@@ -1,7 +1,4 @@
use flake use flake
export DISCORD_TOKEN_FILE=$(mktemp) export DISCORD_TOKEN_FILE=./token
cat >$DISCORD_TOKEN_FILE <<END
MTMwMjQyMTcwMjU5NjIzMTE5OA.G3qd1e.5LqVmTtO0ZxR-j1ueO537IvKHF8YfHdnd-R4zo
END
export DB_FILE=db.sqlite export DB_FILE=db.sqlite

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target /target
/.direnv/ /.direnv/
db.sqlite /db.sqlite
/token