120 |
# separately, you can format it to look like this. |
# separately, you can format it to look like this. |
121 |
DB_URL=postgresql://username:password@hostname:port/database |
DB_URL=postgresql://username:password@hostname:port/database |
122 |
|
|
123 |
# JWT Secret for generating JWT tokens. |
# JWT Secret for generating JWT tokens. This is like a password for |
124 |
# On systems with openssl installed, you can generate a random |
# the bot's internal use. |
125 |
|
# On Linux/Unix systems with OpenSSL installed, you can generate a random |
126 |
# secret using the following command: |
# secret using the following command: |
127 |
# |
# |
128 |
# openssl rand -base64 32 |
# openssl rand -base64 32 |