Updated Concept
This commit is contained in:
parent
450167cd54
commit
ca432ab977
1 changed files with 11 additions and 0 deletions
11
CONCEPT.md
11
CONCEPT.md
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]``
|
||||||
|
|
|
||||||
Reference in a new issue