Skip to content
Snippets Groups Projects
Commit d8abec04 authored by Juan Carlos's avatar Juan Carlos
Browse files

Merge branch 'jua85960-develop-patch-04615' into 'develop'

Update README.md

See merge request piveau/hub/piveau-hub-ui!209
parents 94fb3eb5 a20b64c1
Branches
No related tags found
No related merge requests found
......@@ -43,6 +43,19 @@ $ docker build -t piveau-hub-ui .
$ docker run -i -p 8080:8080 piveau-hub-ui
```
### Semantic release
To generate release versions use the semantic release keywords in your commit, for example
```
fix:
chore:
feat:
```
For further reference see https://semantic-release.gitbook.io/semantic-release for further information.
## Configurations
**Note:** _Just like the default configuration, Runtime configurations (or environment variables) will be loaded client-side. Therefore, it is recommended that you <ins>**SHOULD NOT**</ins> store sensitive information like passwords or tokens in environment variables. The Runtime configuration file <ins>**MUST**</ins> be structurally identical to the standard `user-config.js` file. Each value <ins>**MUST**</ins> start with the `$VITE_` prefix and <ins>**SHOULD**</ins> be followed by its path. Their corresponding environment variable keys <ins>**MUST**</ins> equal that value without the `$` sign. Environment variables created by the Runtime configuration will always override the corresponding User configuration from `user-config.js` when used correctly!_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment