Update server.json

This commit is contained in:
xqzr 2024-10-13 21:46:36 +08:00 committed by GitHub
parent 2d8bc0e59a
commit cd7f4ad7f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
"settings": {
"clients": [
{
"password": "" // password
"password": "","//": "填写你的 password"
}
]
},
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "" // ServiceName
"serviceName": "","//": "填写你的 ServiceName"
}
}
}