diff --git a/docs/content/usage/configurations.md b/docs/content/usage/configurations.md index 44fafba7fb..dabdf76346 100644 --- a/docs/content/usage/configurations.md +++ b/docs/content/usage/configurations.md @@ -154,10 +154,10 @@ Where `jwt_secret` is the secret used to create the tokens. The more secure it i It is recommended to set the JWT Secret as an environment variable: ```bash -JWT_SECRET= +JWT_SECRET= ``` -Where `` is the JWT secret you want to use. +Where `` is the JWT secret you want to use. :::caution @@ -183,10 +183,10 @@ Where `cookie_secret` is the secret used to create the tokens. The more secure i It is recommended to set the Cookie secret as an environment variable: ```bash -COOKIE_SECRET= +COOKIE_SECRET= ``` -Where `` is the Cookie secret you want to use. +Where `` is the Cookie secret you want to use. :::caution