0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LogalBot-Discord/.vscode/launch.json
2019-05-25 16:06:57 -04:00

15 lines
370 B
JSON

{
"configurations": [
{
"type": "java",
"name": "Default",
"request": "launch",
"mainClass": "dev.logal.logalbot.Main",
"projectName": "LogalBot",
"env": {
"TOKEN": "an_invalid_placeholder_token",
"REDIS_HOST": "localhost"
}
}
]
}