Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
fix: wouldn't be a project of mine if i didn't leak a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Sep 10, 2023
1 parent 83870f1 commit 3fa57b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets.default.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// It contains authentication data
{
// The token used to login to discord
"discordAuthToken": "MTA5MjEzMTE0OTQzNTkwODI2OQ.G1VRKF.HEOswNI2olKBrlY_znhk3DuDhy2NyqorpFhbac",
"discordAuthToken": "YOUR_DISCORD_AUTH_TOKEN_HERE",
// database credentials
"mongodb": {
// If using Atlas, set the protocol to mongodb+srv://, and include a `/` at the end of your database URL
Expand Down

0 comments on commit 3fa57b3

Please sign in to comment.