Add client ID for staging env

This commit is contained in:
Andrew Miner
2016-06-01 13:10:08 -06:00
parent d0a2292094
commit b82bfea8f1
+1
View File
@@ -112,6 +112,7 @@ login.authorizeUrl = _.template "https://github.com/login/oauth/authorize" +
"?client_id=<%= clientId %>&scope=public_repo&state=<%= state %>" "?client_id=<%= clientId %>&scope=public_repo&state=<%= state %>"
login.clientIds = login.clientIds =
'local': '20afe4dbe75464a8cf36' 'local': '20afe4dbe75464a8cf36'
'staging': '3d75ed772ce5004180d6'
'production': 'ce71be7f66926ff6ff38' 'production': 'ce71be7f66926ff6ff38'
exports.modelState = modelState = {} exports.modelState = modelState = {}