diff options
author | Riley <49880817+DerZombiiie@users.noreply.github.com> | 2022-04-21 11:46:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 11:46:19 +0200 |
commit | 9d5ed877255a2e71e62dacbd3eb082b725cf44ee (patch) | |
tree | 9745c80e36db0c4a078f5e6b2bc07d170e2940e0 /cmd | |
parent | 152fcfb47db39b3b2dc05050f41504b6363bc201 (diff) |
Delete config.json
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/mt-multiserver-proxy/config.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cmd/mt-multiserver-proxy/config.json b/cmd/mt-multiserver-proxy/config.json deleted file mode 100644 index fd26962..0000000 --- a/cmd/mt-multiserver-proxy/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Servers": [ - { - "Name": "default_server", - "Addr": "192.168.1.104:30001" - }, - { - "Name": "some_other_server", - "Addr": "192.168.1.104:30002" - } - ] -} |