1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

secure service test

This commit is contained in:
Sergey Cherepanov 2023-02-15 22:09:09 +03:00 committed by Mikhail Iudin
parent e93812cdcc
commit ba1cc69c01
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
5 changed files with 122 additions and 11 deletions

View file

@ -10,7 +10,8 @@ type Config struct {
}
type ServerConfig struct {
ListenAddrs []string `yaml:"listenAddrs"`
IdentityHandshake bool `yaml:"identityHandshake"`
ListenAddrs []string `yaml:"listenAddrs"`
}
type StreamConfig struct {