We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6093d commit 8208dcdCopy full SHA for 8208dcd
README.md
@@ -265,7 +265,7 @@ The project contains Github templates and workflows. If you don't want to keep t
265
| TEST_DB_NAME | Test database name. | ❌ | |
266
| TEST_DB_PORT | Test database host port. | ❌ | |
267
| TEST_DB_HOST_PORT | Test database mapped port for accessing the test database in Docker. | ❌ | |
268
-| JWT_SECRET | Secret used to encryot JSON web tokens. | ❌ | |
+| JWT_SECRET | Secret used to encrypt JSON web tokens. | ❌ | |
269
| JWT_EXPIRES_IN_SECONDS | Number of seconds before JWT tokens expire. | ✔️ | 86400 |
270
| CORS_ORIGIN_ALLOWED | List of allowed origins for CORS. | ✔️ | * |
271
| DB_LOGGING | Enables or disables query logging in TypeORM. | ✔️ | false |
0 commit comments