From 4df678e8bb78654c1fb7609a5a6d583807abd45e Mon Sep 17 00:00:00 2001 From: Alexis Poyen <apoyen@mail.apoyen.fr> Date: Thu, 30 Apr 2020 16:45:29 +0200 Subject: [PATCH] Refactor : Vestibule -> sdk-go --- .vscode/launch.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 18f98f5..2aa51e4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Debug Vestibule with Mock OAuth2", + "name": "Debug SDK-GO with Mock OAuth2", "type": "go", "request": "launch", "mode": "debug", @@ -29,7 +29,7 @@ "showLog": true }, { - "name": "Debug Vestibule with Sign&Go", + "name": "Debug SDK-GO with Sign&Go", "type": "go", "request": "launch", "mode": "debug", @@ -38,7 +38,7 @@ "host": "127.0.0.1", "program": "${workspaceFolder}/main.go", "env": { - "REDIRECT_URL": "https://vestibule.127.0.0.1.nip.io:1443/OAuth2Callback", + "REDIRECT_URL": "https://sdk-go.127.0.0.1.nip.io:1443/OAuth2Callback", "CLIENT_ID": "<GET ONE FROM YOUR IDP>", "CLIENT_SECRET": "<GET ONE FROM YOUR IDP>", "AUTH_URL": "https://connexion-rec.grandlyon.fr/IdPOAuth2/authorize/oidc-rec", @@ -48,14 +48,12 @@ "ADMIN_GROUP": "GGD_ORG_DG-DEES-DINSI-DAAG_TOUS", "CLIENT_GROUP": "GGD_ORG_DG-DEES-DINSI-DAAG_TOUS", "HOSTNAME": "vestibule.127.0.0.1.nip.io", - "ONLYOFFICE_TITLE": "VestibuleOffice", - "ONLYOFFICE_SERVER": "https://localhost:2443" }, "args": ["-debug", "-https_port=1443"], "showLog": true }, { - "name": "Debug vestibule client", + "name": "Debug SDK-GO client", "type": "firefox", "request": "launch", "reAttach": true, -- GitLab