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
+3
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ DOMAIN_FILES_SERVER=
34
34
DOMAIN_CMS=
35
35
DOMAIN_WEB=
36
36
37
+
SHARED_INTERNAL_SECRET=
38
+
37
39
ASSETS_FILES_LOCATION=
38
40
ASSETS_TEMP_ARTIFACTS_LOCATION=
39
41
@@ -57,6 +59,7 @@ WEB_CMS_URL=
57
59
|`DOMAIN_FILES_SERVER`| The domain from which the `static-file-server` service is accessible from. |`dl.starpepweb.org`|
58
60
|`DOMAIN_CMS`| The domain from which the Strapi CMS is accessible from. |`cms.starpepweb.org`|
59
61
|`DOMAIN_WEB`| The domain from which the main application is accessible from. |`starpepweb.org`|
62
+
|`SHARED_INTERNAL_SECRET`| A secret value set by you to be used as a secret for internal messaging between services. |`SOME_SECRET_VALUE`|
60
63
|`ASSETS_FILES_LOCATION`| The absolute path in the host machine where the [assets](https://github.com/starpep-web/assets) are located. |`/home/user/assets/files`|
61
64
|`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
65
|`CMS_APP_KEYS`| The app keys used by Strapi. You can make up these secrets yourself. |`"toBeModified1,toBeModified2"`|
0 commit comments