nix-shorturl-plugin/example-config.json
2026-02-25 13:21:25 +11:00

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}"
}
}
}