Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • catladder/catladder
1 result
Show changes
Commits on Source (2)
## [3.8.10](https://git.panter.ch/catladder/catladder/compare/v3.8.9...v3.8.10) (2025-02-12)
## [3.8.9](https://git.panter.ch/catladder/catladder/compare/v3.8.8...v3.8.9) (2025-02-06)
......
......@@ -55,6 +55,7 @@ It is also possible to generate `.env` files automatically on local development
## Predefined variables
- **ROOT_URL**: This is the public URL of a component. In **_review_** and **_dev_** environment, this is normally auto-generated depending on the deployment type
- **HOSTNAME**: This is the public host name of a component. In **_review_** and **_dev_** environment, this is normally auto-generated depending on the deployment type
- **PORT**: The port the app should listen to.
Depending on the deploy type[^deploy-type], more variables are available.
......