Skip to content
Snippets Groups Projects
Commit 5c41193f authored by Thomas Bouquet's avatar Thomas Bouquet
Browse files

test w/ good url

parent acd8d02f
Branches
No related tags found
No related merge requests found
Pipeline #31732 failed
......@@ -6,7 +6,7 @@ var secrets = require('../secrets.js');
var client_id = secrets.client_id;
var client_secret = secrets.client_secret;
var redirect_uri = process.env.PROD ? "https://humaviron.cs-campus.fr/api/fallback" : "https://humaviron-test.cs-campus.fr/api/fallback";
var redirect_uri = process.env.PROD ? "https://color-run.cs-campus.fr/api/fallback" : "https://color-run-test.cs-campus.fr/api/fallback";
const scope = "default linkcs:read linkcs-user:read"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment