UNPKG
@itentialopensource/adapter-git
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
Itential adapter to run git commands
gitlab.com/itentialopensource/adapters/adapter-git
@itentialopensource/adapter-git
/
sampleProperties.json
18 lines
•
320 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"id"
:
"Adapter-git"
,
"type"
:
"Git"
,
"properties"
:
{
"host"
:
"localhost"
,
"port"
:
443
,
"base_path"
:
"/api/"
,
"version"
:
"1.0"
,
"authentication"
:
{
"username"
:
"username"
,
"password"
:
"password"
}
}
,
"groups"
:
[
]
,
"brokers"
:
[
]
,
"logLevel"
:
"none"
,
"timeout"
:
120000
}