Skip to content

Commit

Permalink
Fix incorrectly flagged token
Browse files Browse the repository at this point in the history
This token should be invalid anyway so it doesn't matter that this character was removed but the spellcheck things UE is USE or DUE
  • Loading branch information
RooRay committed Jan 4, 2025
1 parent cba1874 commit 953a180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/self-hosting/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The installation guides also explain where to find most of the environment varia
DB_CONNECTION_URL="mysql://bots:VerySecurePassword123@localhost/tickets0"
DB_PROVIDER=mysql
DISCORD_SECRET=rUpDU2T8K4ZXie8kdpzYsMTLbUhvmBRd
DISCORD_TOKEN=ODcwOTg1TY0NjI0NODI2Mzc0.DNg0e0.UYVof7V1v0kRA0HHtGwXKA3UERxwANAZhQiA
DISCORD_TOKEN=ODcwOTg1TY0NjI0NODI2Mzc0.DNg0e0.UYVof7V1v0kRA0HHtGwXKA3URxwANAZhQiA
ENCRYPTION_KEY=445940dbed49eff55df56dd646fa1cb4b686df4cb9ac004a
HTTP_EXTERNAL=https://tickets.example.com
HTTP_HOST=0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosting/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ docker run -itd \
-e DB_CONNECTION_URL="mysql://bots:VerySecurePassword123@localhost/tickets0" \
-e DB_PROVIDER="mysql" \
-e DISCORD_SECRET="rUpDU2T8K4ZXie8kdpzYsMTLbUhvmBRd" \
-e DISCORD_TOKEN="ODcwOTg1TY0NjI0NODI2Mzc0.DNg0e0.UYVof7V1v0kRA0HHtGwXKA3UERxwANAZhQiA" \
-e DISCORD_TOKEN="ODcwOTg1TY0NjI0NODI2Mzc0.DNg0e0.UYVof7V1v0kRA0HHtGwXKA3URxwANAZhQiA" \
-e ENCRYPTION_KEY="445940dbed49eff55df56dd646fa1cb4b686df4cb9ac004a" \
-e HTTP_EXTERNAL="https://tickets.example.com" \
-e HTTP_TRUST-PROXY="true" \
Expand Down

0 comments on commit 953a180

Please sign in to comment.