13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"schemes": {
|
|
"myorg": {
|
|
"template": "github:my-organization/{path}"
|
|
},
|
|
"internal": {
|
|
"template": "git+ssh://git.internal.corp/{path}"
|
|
},
|
|
"gl": {
|
|
"template": "gitlab:mycompany/{path}"
|
|
}
|
|
}
|
|
}
|