File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ CLIENT_ID={INSERT CLIENT ID HERE}
44CLIENT_SECRET = {INSERT CLIENT SECRET HERE}
55CALLBACK_URL = http://localhost:8080/auth/callback
66SESSION_SECRET = {SESSION SECRET HERE}
7- API_URL = https://gloapi.gitkraken.com/v2 /glo/
7+ API_URL = https://gloapi.gitkraken.com/v1 /glo/
Original file line number Diff line number Diff line change 22 "version" : 1 ,
33 "name" : " glo2markdown" ,
44 "env" : {
5- "AUTHORIZATION_URL" : " https://stagingapp .gitkraken.com/oauth/authorize" ,
6- "TOKEN_URL" : " https://stagingapi .gitkraken.com/oauth/access_token" ,
5+ "AUTHORIZATION_URL" : " https://app .gitkraken.com/oauth/authorize" ,
6+ "TOKEN_URL" : " https://api .gitkraken.com/oauth/access_token" ,
77 "CLIENT_ID" : " @glo2markdown-client-id" ,
88 "CLIENT_SECRET" :" @glo2markdown-client-secret" ,
99 "CALLBACK_URL" : " https://glo2markdown.now.sh/auth/callback" ,
10- "SESSION_SECRET" : " @glo2markdown-session-secret" ,
11- "API_URL" : " https://staginggloapi.gitkraken.com/v1/glo"
10+ "SESSION_SECRET" : " @glo2markdown-session-secret"
1211 },
1312 "alias" : " https://glo2markdown.now.sh" ,
1413 "features" : { "cloud" : " v1" }
You can’t perform that action at this time.
0 commit comments