Add testing
This commit is contained in:
parent
eca414cad9
commit
74a634c642
3 changed files with 17 additions and 11 deletions
24
.vscode/launch.json
vendored
24
.vscode/launch.json
vendored
|
@ -5,19 +5,25 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "matrix-oauth2oidc",
|
||||
"name": "nexusbot",
|
||||
"program": "bin/nexusbot.dart",
|
||||
"args": [
|
||||
"--socket",
|
||||
"./socket",
|
||||
"--homeserver",
|
||||
"https://matrix.federated.nexus",
|
||||
"--jwtSecretFile",
|
||||
"secret",
|
||||
"--issuer",
|
||||
"http://localhost:8080",
|
||||
"--authorizeEndpoint",
|
||||
"http://localhost:4321/login",
|
||||
"--serviceDomain",
|
||||
"federated.nexus"
|
||||
"--name",
|
||||
"nexusbot",
|
||||
"--inviteTo",
|
||||
"#community:federated.nexus",
|
||||
"--adminRoom",
|
||||
"#admins:federated.nexus",
|
||||
"--successUri",
|
||||
"https://federated.nexus/success",
|
||||
"--botPasswordFile",
|
||||
"secrets/botPassword.txt",
|
||||
"--smtpPasswordFile",
|
||||
"secrets/smtpPassword.txt"
|
||||
],
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue