Skip to content

Commit

Permalink
docs: update JWT secret generation guide
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <[email protected]>
  • Loading branch information
virtual-designer authored Aug 29, 2024
1 parent 4687529 commit ba09aa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/app/(docs)/getting-started/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ HOME_GUILD_ID=your-home-guild-id
# separately, you can format it to look like this.
DB_URL=postgresql://username:password@hostname:port/database

# JWT Secret for generating JWT tokens.
# On systems with openssl installed, you can generate a random
# JWT Secret for generating JWT tokens. This is like a password for
# the bot's internal use.
# On Linux/Unix systems with OpenSSL installed, you can generate a random
# secret using the following command:
#
# openssl rand -base64 32
Expand Down

0 comments on commit ba09aa1

Please sign in to comment.