Update server.json comment translate

This commit is contained in:
lk29 2023-03-12 15:02:34 +05:00 committed by GitHub
parent baf5a486e9
commit 124da25513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"id": "" // UUID
"id": "" // fill in your UUID
}
],
"decryption": "none"
@ -17,7 +17,7 @@
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "" // ServiceName
"serviceName": "" // fill in your ServiceName
}
}
}