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
|`TIMEZONE`| The UNIX timezone to use across services. |`America/Guayaquil`|
55
55
|`CLOUDFLARE_TUNNEL_TOKEN`| The Cloudflare tunnel token acquired when creating a new tunnel in [Zero Trust Dashboard](http://one.dash.cloudflare.com). |`JWT_TOKEN_HERE`|
56
-
|`DOMAIN_PROXY`| The domain from which the Traefik proxy dashboard is accessible from. |`proxy.starpepweb.com`|
57
-
|`DOMAIN_FILES_SERVER`| The domain from which the `static-file-server` service is accessible from. |`dl.starpepweb.com`|
58
-
|`DOMAIN_CMS`| The domain from which the Strapi CMS is accessible from. |`cms.starpepweb.com`|
59
-
|`DOMAIN_WEB`| The domain from which the main application is accessible from. |`starpepweb.com`|
56
+
|`DOMAIN_PROXY`| The domain from which the Traefik proxy dashboard is accessible from. |`proxy.starpepweb.org`|
57
+
|`DOMAIN_FILES_SERVER`| The domain from which the `static-file-server` service is accessible from. |`dl.starpepweb.org`|
58
+
|`DOMAIN_CMS`| The domain from which the Strapi CMS is accessible from. |`cms.starpepweb.org`|
59
+
|`DOMAIN_WEB`| The domain from which the main application is accessible from. |`starpepweb.org`|
60
60
|`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
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
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
-
|`WEB_PUBLIC_URL`| The public URL from which the web application is accessible from. |`https://starpepweb.com`|
68
-
|`WEB_PUBLIC_ASSETS_URL`| The public URL from which the `static-file-server` service is accessible from. |`https://dl.starpepweb.com`|
67
+
|`WEB_PUBLIC_URL`| The public URL from which the web application is accessible from. |`https://starpepweb.org`|
68
+
|`WEB_PUBLIC_ASSETS_URL`| The public URL from which the `static-file-server` service is accessible from. |`https://dl.starpepweb.org`|
69
69
|`WEB_CMS_TOKEN`| The Strapi token used to query the GraphQL CMS service. Check the CMS's [first time setup](https://github.com/starpep-web/web-cms?tab=readme-ov-file#first-time-setup) for more information on how to acquire this. |`JWT_TOKEN_HERE`|
70
-
|`WEB_CMS_URL`| The public URL from which the CMS is accessible from. |`https://cms.starpepweb.com`|
70
+
|`WEB_CMS_URL`| The public URL from which the CMS is accessible from. |`https://cms.starpepweb.org`|
0 commit comments