mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-09 09:35:04 +09:00
29 lines
622 B
YAML
29 lines
622 B
YAML
account:
|
|
peerId: 12D3KooWEPvwLVBZaE8adsDoLh7QT9wrsw4PC82AdcDGYPgssNH7
|
|
peerKey: /UxND22fiH7QgOaMee30x9ZHLFDMY8wWIqWSqOWCvtBEB/dbsFViVokAalOqgRT23hcZLGB8gkLinOc3+u996g==
|
|
signingKey: /UxND22fiH7QgOaMee30x9ZHLFDMY8wWIqWSqOWCvtBEB/dbsFViVokAalOqgRT23hcZLGB8gkLinOc3+u996g==
|
|
|
|
apiServer:
|
|
listenAddr: 0.0.0.0:8080
|
|
|
|
drpc:
|
|
stream:
|
|
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
|