Fixed the gRPC settings location (#68)

This commit is contained in:
Hirbod Behnam 2021-04-02 18:56:18 +04:30 committed by GitHub
parent dc87e4b12e
commit 1b772667f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@
"certificateFile": "/path/to/fullchain.crt", "certificateFile": "/path/to/fullchain.crt",
"keyFile": "/path/to/private.key" "keyFile": "/path/to/private.key"
} }
], ]
},
"grpcSettings": { "grpcSettings": {
"serviceName": "GunService" "serviceName": "GunService"
} }
} }
} }
}
], ],
"outbounds": [ "outbounds": [
{ {