Update server.json comment translate

This commit is contained in:
lk29 2023-03-12 14:56:24 +05:00 committed by GitHub
parent 2c69c9c09a
commit 4a36a10159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"password": "" // password "password": "" // fill in your password
} }
] ]
}, },
"streamSettings": { "streamSettings": {
"network": "grpc", "network": "grpc",
"grpcSettings": { "grpcSettings": {
"serviceName": "" // ServiceName "serviceName": "" // fill in your ServiceName
} }
} }
} }