Skip to content

Commit 513637d

Browse files
author
James Quigley
committed
Update template and deployment to point to production
1 parent be0847e commit 513637d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ CLIENT_ID={INSERT CLIENT ID HERE}
44
CLIENT_SECRET={INSERT CLIENT SECRET HERE}
55
CALLBACK_URL=http://localhost:8080/auth/callback
66
SESSION_SECRET={SESSION SECRET HERE}
7-
API_URL=https://gloapi.gitkraken.com/v2/glo/
7+
API_URL=https://gloapi.gitkraken.com/v1/glo/

now.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
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" }

0 commit comments

Comments
 (0)