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

updated etc/* for release

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

View file

@ -1,3 +1,4 @@
account: account:
peerId: 12D3KooWPUMFQFeiyZDwS2aGZJfcYZamwq3NLQJT6RskEzPfP2Xd peerId: 12D3KooWPUMFQFeiyZDwS2aGZJfcYZamwq3NLQJT6RskEzPfP2Xd
peerKey: dQ+IwS15rKyNfjeUdgmg1AFhvl69JzkI/FpkYnfl9ITK4vX8BsI+O9xyxPhQfJbsgixRJLIQ6fKceXL6GRiTZA== peerKey: dQ+IwS15rKyNfjeUdgmg1AFhvl69JzkI/FpkYnfl9ITK4vX8BsI+O9xyxPhQfJbsgixRJLIQ6fKceXL6GRiTZA==
@ -9,13 +10,18 @@ mongo:
log: log log: log
spaces: spaces spaces: spaces
grpcServer:
server:
listenAddrs:
- any-sync-coordinator:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000
spaceStatus: spaceStatus:
runSeconds: 5 runSeconds: 5
deletionPeriodDays: 0 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 isCluster: false
url: redis://redis:6379?dial_timeout=3&read_timeout=6s url: redis://redis:6379?dial_timeout=3&read_timeout=6s
grpcServer: drpc:
server: stream:
timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs: listenAddrs:
- any-sync-filenode:443 - any-sync-filenode:443
stream: writeTimeoutSec: 10
maxMsgSizeMb: 256 dialTimeoutSec: 10
timeoutMilliseconds: 1000

View file

@ -4,27 +4,26 @@ account:
signingKey: /UxND22fiH7QgOaMee30x9ZHLFDMY8wWIqWSqOWCvtBEB/dbsFViVokAalOqgRT23hcZLGB8gkLinOc3+u996g== signingKey: /UxND22fiH7QgOaMee30x9ZHLFDMY8wWIqWSqOWCvtBEB/dbsFViVokAalOqgRT23hcZLGB8gkLinOc3+u996g==
apiServer: apiServer:
server: listenAddr: 0.0.0.0:8080
listenAddrs:
- 0.0.0.0:8080 drpc:
stream: stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000 timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-node-1:443
writeTimeoutSec: 10
dialTimeoutSec: 10
space: space:
gcTTL: 60 gcTTL: 60
syncPeriod: 600 syncPeriod: 600
storage: storage:
path: /storage path: /storage
nodeSync: nodeSync:
periodicSyncHours: 2 periodicSyncHours: 2
syncOnStart: true 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== signingKey: jYCOxScFFgBVpwc3x/hABTWOm8mA3Pgmtz+kZNf0XL5SR/zCPJCkXiWuYUlJHEXckqWQRgEwWwQNkYhWO+r96w==
apiServer: apiServer:
server: listenAddr: 0.0.0.0:8080
listenAddrs:
- 0.0.0.0:8080 drpc:
stream: stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000 timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-node-2:443
writeTimeoutSec: 10
dialTimeoutSec: 10
space: space:
gcTTL: 60 gcTTL: 60
syncPeriod: 600 syncPeriod: 600
storage: storage:
path: /storage path: /storage
nodeSync: nodeSync:
periodicSyncHours: 2 periodicSyncHours: 2
syncOnStart: true 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== signingKey: of4HQe2AK6+0vsppJUw+MEuvcv1BhH2S/8f7+sOiN6fJ4sTiOc4qiSRgAFYE8yJR2ZLmOtSti0l8iwDkaGq8HA==
apiServer: apiServer:
server: listenAddr: 0.0.0.0:8080
listenAddrs:
- 0.0.0.0:8080 drpc:
stream: stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000 timeoutMilliseconds: 1000
maxMsgSizeMb: 256
yamux:
listenAddrs:
- any-sync-node-3:443
writeTimeoutSec: 10
dialTimeoutSec: 10
space: space:
gcTTL: 60 gcTTL: 60
syncPeriod: 600 syncPeriod: 600
storage: storage:
path: /storage path: /storage
nodeSync: nodeSync:
periodicSyncHours: 2 periodicSyncHours: 2
syncOnStart: true syncOnStart: true
grpcServer:
server:
listenAddrs:
- any-sync-node-3:443
stream:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000