45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
// 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": "nexusbot",
|
|
"preLaunchTask": "rm-socket",
|
|
"program": "bin/nexusbot.dart",
|
|
"args": [
|
|
"--socket",
|
|
"./socket",
|
|
"--homeserver",
|
|
"https://matrix.federated.nexus",
|
|
"--name",
|
|
"nexusbot",
|
|
"--adminRoom",
|
|
"#admins:federated.nexus",
|
|
"--inviteTo",
|
|
"#community:federated.nexus",
|
|
"--successUri",
|
|
"https://federated.nexus/success",
|
|
"--failureUri",
|
|
"https://federated.nexus/failure",
|
|
"--botPasswordFile",
|
|
"secrets/botPassword.txt",
|
|
"--smtpPasswordFile",
|
|
"secrets/smtpPassword.txt",
|
|
"--adminName",
|
|
"grapevine",
|
|
"--email",
|
|
"henry@henryhiles.com",
|
|
"--emailAlias",
|
|
"info@federated.nexus",
|
|
"--mailDomain",
|
|
"mail.henryhiles.com",
|
|
"--mailName",
|
|
"Federated Nexus"
|
|
],
|
|
"request": "launch",
|
|
"type": "dart"
|
|
}
|
|
]
|
|
}
|