forked from Cimpress-MCP/PostalCodes.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
24 lines (23 loc) · 862 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"pathToSave" : "..\\",
"packages" : {
"PostalCodes.Net" : {
"Issues" : {
"Provider" : "GitHubIssues",
"HtmlUrl" : "https://github.com/Cimpress-MCP/PostalCodes.Net/issues",
"Authorization" : "token ENV[githubtoken]",
"Url" : "https://api.github.com/repos/Cimpress-MCP/PostalCodes.Net/issues"
},
"Source" : {
"Provider" : "GitRepo",
"RepositoryUrl" : "https://github.com/Cimpress-MCP/PostalCodes.Net.git"
},
"Releases" : {
"Provider" : "GitHubReleases",
"Authorization" : "token ENV[githubtoken]",
"Url" : "https://api.github.com/repos/Cimpress-MCP/PostalCodes.Net/releases"
},
"ReleaseNotesWriter" : "MarkdownWriter"
}
}
}