wip
This commit is contained in:
@@ -94,6 +94,10 @@ GitHub.file.itemDescription = {}
|
||||
GitHub.file.itemDescription.fileName = _.template "item.cg"
|
||||
GitHub.file.itemDescription.path = _.template "/data/<%= modSlug %>/items/<%= itemSlug %>"
|
||||
|
||||
exports.Limits = Limits = {}
|
||||
Limits.maximumGraphSize = 10000
|
||||
Limits.maximumPlanCount = 10000
|
||||
|
||||
exports.Login = Login = {}
|
||||
Login.authorizeUrl = _.template "https://github.com/login/oauth/authorize" +
|
||||
"?client_id=<%= clientId %>&scope=public_repo&state=<%= state %>"
|
||||
|
||||
Reference in New Issue
Block a user