working a bit
This commit is contained in:
parent
217621daac
commit
93b6f180f6
7 changed files with 61 additions and 23 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
@ -9,13 +9,14 @@
|
|||
"program": "bin/matrixgate.dart",
|
||||
"args": [
|
||||
"--homeserver",
|
||||
"foo",
|
||||
"https://matrix.federated.nexus",
|
||||
"--jwtSecretFile",
|
||||
"foo",
|
||||
"secret",
|
||||
"--issuer",
|
||||
"http://localhost:8080",
|
||||
"http://localhost:8080/",
|
||||
"--authorizeEndpoint",
|
||||
"https://federated.nexus/login"
|
||||
"http://localhost:4321/login"
|
||||
// "https://federated.nexus/login"
|
||||
],
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue