You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ ASSETS_TEMP_ARTIFACTS_LOCATION=
39
39
40
40
CMS_APP_KEYS=
41
41
CMS_API_TOKEN_SALT=
42
-
CMS_ADMIN_JWT_TOKEN=
42
+
CMS_ADMIN_JWT_SECRET=
43
43
CMS_TRANSFER_TOKEN_SALT=
44
44
CMS_JWT_SECRET=
45
45
@@ -61,7 +61,7 @@ WEB_CMS_URL=
61
61
|`ASSETS_TEMP_ARTIFACTS_LOCATION`| The absolute path in the host machine where the artifacts (for example, search exports) are located. |`/home/user/assets/artifacts`|
62
62
|`CMS_APP_KEYS`| The app keys used by Strapi. You can make up these secrets yourself. |`"toBeModified1,toBeModified2"`|
63
63
|`CMS_API_TOKEN_SALT`| The API token salt used by Strapi. You can make up this secret yourself. |`tobemodified`|
64
-
|`CMS_ADMIN_JWT_TOKEN`| The admin JWT token used by Strapi. You can make up this secret yourself. |`tobemodified`|
64
+
|`CMS_ADMIN_JWT_SECRET`| The admin JWT token used by Strapi. You can make up this secret yourself. |`tobemodified`|
65
65
|`CMS_TRANSFER_TOKEN_SALT`| The transfer token salt used by Strapi. You can make up this secret yourself. |`tobemodified`|
66
66
|`CMS_JWT_SECRET`| The JWT secret used by Strapi. You can make up this secret yourself. |`tobemodified`|
67
67
|`WEB_PUBLIC_URL`| The public URL from which the web application is accessible from. |`https://starpepweb.com`|
0 commit comments