--- trunk/docs/app/(docs)/getting-started/page.mdx 2024/08/30 10:10:03 622 +++ trunk/docs/app/(docs)/getting-started/page.mdx 2024/08/30 10:10:15 623 @@ -120,8 +120,9 @@ # 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