mirror of
https://github.com/onyx-and-iris/q3rcon-proxy.git
synced 2025-01-18 08:40:53 +00:00
upd launch.json for q3rcon
This commit is contained in:
parent
7ea3f50966
commit
2d21e400d8
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -5,14 +5,13 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "http server",
|
||||
"name": "rcon proxy",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/http/main.go",
|
||||
"program": "${workspaceFolder}/cmd/q3rcon_proxy/main.go",
|
||||
"env": {
|
||||
"LILPROXY_TARGET": "127.0.0.1:2456",
|
||||
"LILPROXY_PORT":":9000"
|
||||
"Q3RCON_PROXY": "28961:28960",
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user