Updated Concept

This commit is contained in:
netbenix 2021-11-09 10:41:17 +01:00
parent 450167cd54
commit ca432ab977

View file

@ -74,3 +74,14 @@
- e.g: Chrome 95.0.4638.69 => [95].[0].[4638].[69] - e.g: Chrome 95.0.4638.69 => [95].[0].[4638].[69]
- e.g: Golang 2021.2.4 => [2021].[2].[4] - e.g: Golang 2021.2.4 => [2021].[2].[4]
- Beispiel ``config/registrylist.json``
- ``[
{
"address": "core.lotus-pm.net:9090",
"register": "core"
},
{
"address": "community.lotus-pm.net:9090",
"register": "community"
}
]``