Update server.json

pull/197/head
xqzr 2024-10-13 21:58:28 +08:00 committed by GitHub
parent 57892e7f63
commit e771110288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"id": "" // UUID
"id": "","//": "填写你的 UUID"
}
],
"decryption": "none"
@ -17,7 +17,7 @@
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "" // ServiceName
"serviceName": "","//": "填写你的 ServiceName"
}
}
}