From 102d0dad94126145d4e53f2d0e14e8dc0473de93 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 24 Jun 2024 09:17:16 +0200 Subject: [PATCH] DOC: add jwt key generation in the sf5 installationdoc - format doc --- docs/source/installation/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index fbaa5d270..c1d6eb81f 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -116,9 +116,9 @@ you can either: - set up the jwt authentication bundle -Some environment variables are available for the JWT authentication bundle in the :code:`..env` file. You must also run the command -:code:`.symfony console lexik:jwt:generate-keypair` to generate some keys that will be stored in the paths set up in the :code:`.JWT_SECRET_KEY` -and the :code:`.JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill. +Some environment variables are available for the JWT authentication bundle in the :code:`.env` file. You must also run the command +:code:`symfony console lexik:jwt:generate-keypair` to generate some keys that will be stored in the paths set up in the :code:`JWT_SECRET_KEY` +and the :code:`JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill. Prepare migrations and other tools **********************************