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

updated etc/* for release

This commit is contained in:
Grigory Efimov 2023-06-09 14:46:01 +03:00
parent 4e90089a37
commit bea54668d7
5 changed files with 64 additions and 57 deletions

View file

@ -1,3 +1,4 @@
account:
peerId: 12D3KooWPUMFQFeiyZDwS2aGZJfcYZamwq3NLQJT6RskEzPfP2Xd
peerKey: dQ+IwS15rKyNfjeUdgmg1AFhvl69JzkI/FpkYnfl9ITK4vX8BsI+O9xyxPhQfJbsgixRJLIQ6fKceXL6GRiTZA==
@ -9,13 +10,18 @@ mongo:
log: log
spaces: spaces
grpcServer:
server:
listenAddrs:
- any-sync-coordinator:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000
spaceStatus:
runSeconds: 5
deletionPeriodDays: 0
drpc:
stream:
timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-coordinator:443
writeTimeoutSec: 10
dialTimeoutSec: 10

View file

@ -14,10 +14,14 @@ redis:
isCluster: false
url: redis://redis:6379?dial_timeout=3&read_timeout=6s
grpcServer:
server:
drpc:
stream:
timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-filenode:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000
writeTimeoutSec: 10
dialTimeoutSec: 10

View file

@ -4,27 +4,26 @@ account:
signingKey: /UxND22fiH7QgOaMee30x9ZHLFDMY8wWIqWSqOWCvtBEB/dbsFViVokAalOqgRT23hcZLGB8gkLinOc3+u996g==
apiServer:
server:
listenAddrs:
- 0.0.0.0:8080
listenAddr: 0.0.0.0:8080
drpc:
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-node-1:443
writeTimeoutSec: 10
dialTimeoutSec: 10
space:
gcTTL: 60
syncPeriod: 600
storage:
path: /storage
nodeSync:
periodicSyncHours: 2
syncOnStart: true
grpcServer:
server:
listenAddrs:
- any-sync-node-1:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000

View file

@ -4,27 +4,26 @@ account:
signingKey: jYCOxScFFgBVpwc3x/hABTWOm8mA3Pgmtz+kZNf0XL5SR/zCPJCkXiWuYUlJHEXckqWQRgEwWwQNkYhWO+r96w==
apiServer:
server:
listenAddrs:
- 0.0.0.0:8080
listenAddr: 0.0.0.0:8080
drpc:
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-node-2:443
writeTimeoutSec: 10
dialTimeoutSec: 10
space:
gcTTL: 60
syncPeriod: 600
storage:
path: /storage
nodeSync:
periodicSyncHours: 2
syncOnStart: true
grpcServer:
server:
listenAddrs:
- any-sync-node-2:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000

View file

@ -4,27 +4,26 @@ account:
signingKey: of4HQe2AK6+0vsppJUw+MEuvcv1BhH2S/8f7+sOiN6fJ4sTiOc4qiSRgAFYE8yJR2ZLmOtSti0l8iwDkaGq8HA==
apiServer:
server:
listenAddrs:
- 0.0.0.0:8080
listenAddr: 0.0.0.0:8080
drpc:
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-node-3:443
writeTimeoutSec: 10
dialTimeoutSec: 10
space:
gcTTL: 60
syncPeriod: 600
storage:
path: /storage
nodeSync:
periodicSyncHours: 2
syncOnStart: true
grpcServer:
server:
listenAddrs:
- any-sync-node-3:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000