Skip to content

Commit 29cf9f5

Browse files
committed
Updated README.
1 parent acf2d9f commit 29cf9f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ WEB_CMS_URL=
5353
|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------|
5454
| `TIMEZONE` | The UNIX timezone to use across services. | `America/Guayaquil` |
5555
| `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` |
6060
| `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` |
6161
| `ASSETS_TEMP_ARTIFACTS_LOCATION` | The absolute path in the host machine where the artifacts (for example, search exports) are located. | `/home/user/assets/artifacts` |
6262
| `CMS_APP_KEYS` | The app keys used by Strapi. You can make up these secrets yourself. | `"toBeModified1,toBeModified2"` |
6363
| `CMS_API_TOKEN_SALT` | The API token salt used by Strapi. You can make up this secret yourself. | `tobemodified` |
6464
| `CMS_ADMIN_JWT_SECRET` | The admin JWT token used by Strapi. You can make up this secret yourself. | `tobemodified` |
6565
| `CMS_TRANSFER_TOKEN_SALT` | The transfer token salt used by Strapi. You can make up this secret yourself. | `tobemodified` |
6666
| `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` |
6969
| `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` |
7171

7272
Start the environment:
7373

0 commit comments

Comments
 (0)