Update server.json

pull/197/head
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
1 changed files with 2 additions and 2 deletions

View File

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