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