Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
systemes-dinformation
project-template
SDK-GO
Commits
4df678e8
Commit
4df678e8
authored
Apr 30, 2020
by
Alexis POYEN
Browse files
Refactor : Vestibule -> sdk-go
parent
c33961c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.vscode/launch.json
View file @
4df678e8
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment