initial commit
This commit is contained in:
commit
e8e678bc2b
23 changed files with 2339 additions and 0 deletions
26
.vscode/launch.json
vendored
Normal file
26
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "matrix-oauth2oidc",
|
||||
"program": "bin/nexusbot.dart",
|
||||
"args": [
|
||||
"--homeserver",
|
||||
"https://matrix.federated.nexus",
|
||||
"--jwtSecretFile",
|
||||
"secret",
|
||||
"--issuer",
|
||||
"http://localhost:8080",
|
||||
"--authorizeEndpoint",
|
||||
"http://localhost:4321/login",
|
||||
"--serviceDomain",
|
||||
"federated.nexus"
|
||||
],
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue