Skip to content

Commit 8208dcd

Browse files
Update README.md
Fix typo
1 parent 8f6093d commit 8208dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The project contains Github templates and workflows. If you don't want to keep t
265265
| TEST_DB_NAME | Test database name. || |
266266
| TEST_DB_PORT | Test database host port. || |
267267
| 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. || |
268+
| JWT_SECRET | Secret used to encrypt JSON web tokens. || |
269269
| JWT_EXPIRES_IN_SECONDS | Number of seconds before JWT tokens expire. | ✔️ | 86400 |
270270
| CORS_ORIGIN_ALLOWED | List of allowed origins for CORS. | ✔️ | * |
271271
| DB_LOGGING | Enables or disables query logging in TypeORM. | ✔️ | false |

0 commit comments

Comments
 (0)