mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 20:58:07 +01:00
Add direct grpc server
This commit is contained in:
@@ -172,8 +172,3 @@ turn.cloudflare.apiToken: ABCDEFGHIJKLM
|
||||
linkDevice.secret: AAAAAAAAAAA=
|
||||
|
||||
tlsKeyStore.password: unset
|
||||
|
||||
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.
|
||||
# Corresponding public key: cYUAFtkWK/4x3AfW/yw7qgIo/mQUaRSWaPolGQkiL14=
|
||||
noiseTunnel.noiseStaticPrivateKey: qK5FD9WmuhoLPsS/Z4swcZkwDn9OpeM5ZmcEVMpEQ24=
|
||||
noiseTunnel.recognizedProxySecret: ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789AAAAAAA
|
||||
|
||||
@@ -525,12 +525,6 @@ turn:
|
||||
linkDevice:
|
||||
secret: secret://linkDevice.secret
|
||||
|
||||
noiseTunnel:
|
||||
webSocketPort: 8444
|
||||
directPort: 8445
|
||||
noiseStaticPrivateKey: secret://noiseTunnel.noiseStaticPrivateKey
|
||||
recognizedProxySecret: secret://noiseTunnel.recognizedProxySecret
|
||||
|
||||
externalRequestFilter:
|
||||
grpcMethods:
|
||||
- com.example.grpc.ExampleService/exampleMethod
|
||||
@@ -541,3 +535,6 @@ externalRequestFilter:
|
||||
|
||||
idlePrimaryDeviceReminder:
|
||||
minIdleDuration: P30D
|
||||
|
||||
grpc:
|
||||
port: 50051
|
||||
|
||||
Reference in New Issue
Block a user