moved stuff around

This commit is contained in:
2024-05-18 04:10:28 +03:00
parent 7d3051d4cb
commit 9834ab88c8
13 changed files with 351 additions and 61 deletions

3
.vscode/launch.json vendored
View File

@@ -12,7 +12,8 @@
"program": "${workspaceFolder}",
"env": {
"HOST_IP": "127.0.0.1",
"UPNP_PATH": "test.upnp"
"UPNP_PATH": "test.upnp",
"CONFIG_PATH": "config.json"
}
}
]