Update server.json comment translate

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

View File

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