fix port datatype

This commit is contained in:
zonescape 2024-05-02 14:28:05 +03:00 committed by 风扇滑翔翼
parent ecefc32120
commit 0ba800fd7c

View file

@ -19,7 +19,7 @@
"vnext": [ "vnext": [
{ {
"address": "{{ host }}", "address": "{{ host }}",
"port": "{{ port }}", "port": {{ port }},
"users": [ "users": [
{ {
"id": "{{ uuid }}", "id": "{{ uuid }}",