2019-05-07 22:20:04 +01:00
# how frequently segments are audited
2019-05-08 13:14:00 +01:00
# audit.interval: 30s
2019-05-07 22:20:04 +01:00
# max number of times to attempt updating a statdb batch
2019-05-08 13:14:00 +01:00
# audit.max-retries-stat-db: 3
2019-05-31 16:23:00 +01:00
# limit above which we consider an audit is failed
# audit.max-reverify-count: 3
2019-05-07 22:20:04 +01:00
# the minimum acceptable bytes that storage nodes can transfer per second to the satellite
2019-05-08 13:14:00 +01:00
# audit.min-bytes-per-second: 128 B
2019-05-07 22:20:04 +01:00
# how frequently checker should audit segments
2019-05-08 13:14:00 +01:00
# checker.interval: 30s
2019-05-30 16:18:20 +01:00
# how frequently irrepairable checker should check for lost pieces
# checker.irreparable-interval: 15s
2019-05-07 22:20:04 +01:00
# server address of the graphql api gateway and frontend app
2019-05-08 13:14:00 +01:00
# console.address: "127.0.0.1:8081"
2019-05-07 22:20:04 +01:00
# auth token needed for access to registration token creation endpoint
2019-05-08 13:14:00 +01:00
# console.auth-token: ""
2019-05-28 15:32:51 +01:00
# secret used to sign auth tokens
# console.auth-token-secret: ""
2019-05-07 22:20:04 +01:00
# external endpoint of the satellite if hosted
2019-05-08 13:14:00 +01:00
# console.external-address: ""
2019-05-07 22:20:04 +01:00
# path to static resources
2019-05-08 13:14:00 +01:00
# console.static-dir: ""
2019-05-07 22:20:04 +01:00
# satellite database connection string
2019-05-08 13:14:00 +01:00
# database: "postgres://"
2019-05-07 22:20:04 +01:00
# address to listen on for debug endpoints
2019-05-08 13:14:00 +01:00
# debug.addr: "127.0.0.1:0"
2019-05-07 22:20:04 +01:00
# If set, a path to write a process trace SVG to
2019-05-08 13:14:00 +01:00
# debug.trace-out: ""
2019-05-07 22:20:04 +01:00
# determines which set of configuration defaults to use. can either be 'dev' or 'release'
defaults: "release"
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# the interval at which the satellite attempts to find new nodes via random node ID lookups
2019-05-08 13:14:00 +01:00
# discovery.discovery-interval: 1s
2019-05-07 22:20:04 +01:00
# the interval at which the the graveyard tries to resurrect nodes
2019-05-08 13:14:00 +01:00
# discovery.graveyard-interval: 30s
2019-05-07 22:20:04 +01:00
# the interval at which the cache refreshes itself in seconds
2019-05-08 13:14:00 +01:00
# discovery.refresh-interval: 1s
2019-05-07 22:20:04 +01:00
# the amount of nodes refreshed at each interval
2019-05-08 13:14:00 +01:00
# discovery.refresh-limit: 100
2019-05-07 22:20:04 +01:00
# help for setup
2019-05-08 13:14:00 +01:00
# help: false
2019-05-07 22:20:04 +01:00
# path to the certificate chain for this identity
identity.cert-path: "/root/.local/share/storj/identity/satellite/identity.cert"
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# path to the private key for this identity
identity.key-path: "/root/.local/share/storj/identity/satellite/identity.key"
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# alpha is a system wide concurrency parameter
2019-05-08 13:14:00 +01:00
# kademlia.alpha: 5
2019-05-07 22:20:04 +01:00
# the Kademlia node to bootstrap against
2019-05-08 13:14:00 +01:00
# kademlia.bootstrap-addr: "bootstrap.storj.io:8888"
2019-05-07 22:20:04 +01:00
# the base interval to wait when retrying bootstrap
2019-05-08 13:14:00 +01:00
# kademlia.bootstrap-backoff-base: 1s
2019-05-07 22:20:04 +01:00
# the maximum amount of time to wait when retrying bootstrap
2019-05-08 13:14:00 +01:00
# kademlia.bootstrap-backoff-max: 30s
2019-05-07 22:20:04 +01:00
# size of each Kademlia bucket
2019-05-08 13:14:00 +01:00
# kademlia.bucket-size: 20
2019-05-07 22:20:04 +01:00
# the path for storage node db services to be created on
2019-05-08 13:14:00 +01:00
# kademlia.db-path: "testdata/kademlia"
2019-05-07 22:20:04 +01:00
# the public address of the Kademlia node, useful for nodes behind NAT
kademlia.external-address: ""
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# operator email address
kademlia.operator.email: ""
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# operator wallet adress
kademlia.operator.wallet: ""
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# size of Kademlia replacement cache
2019-05-08 13:14:00 +01:00
# kademlia.replacement-cache-size: 5
2019-05-10 02:39:21 +01:00
# what to use for storing real-time accounting data
# live-accounting.storage-backend: ""
2019-05-07 22:20:04 +01:00
# if true, log function filename and line number
2019-05-08 13:14:00 +01:00
# log.caller: false
2019-05-07 22:20:04 +01:00
# if true, set logging to development mode
2019-05-08 13:14:00 +01:00
# log.development: false
2019-05-07 22:20:04 +01:00
# configures log encoding. can either be 'console' or 'json'
2019-05-08 13:14:00 +01:00
# log.encoding: "console"
2019-05-07 22:20:04 +01:00
# the minimum log level to log
2019-05-08 13:14:00 +01:00
# log.level: warn
2019-05-07 22:20:04 +01:00
# can be stdout, stderr, or a filename
2019-05-08 13:14:00 +01:00
# log.output: "stderr"
2019-05-07 22:20:04 +01:00
# if true, log stack traces
2019-05-08 13:14:00 +01:00
# log.stack: false
2019-05-07 22:20:04 +01:00
# smtp authentication type
2019-05-08 13:14:00 +01:00
# mail.auth-type: "login"
2019-05-07 22:20:04 +01:00
# oauth2 app's client id
2019-05-08 13:14:00 +01:00
# mail.client-id: ""
2019-05-07 22:20:04 +01:00
# oauth2 app's client secret
2019-05-08 13:14:00 +01:00
# mail.client-secret: ""
2019-05-07 22:20:04 +01:00
# sender email address
2019-05-08 13:14:00 +01:00
# mail.from: ""
2019-05-07 22:20:04 +01:00
# plain/login auth user login
2019-05-08 13:14:00 +01:00
# mail.login: ""
2019-05-07 22:20:04 +01:00
# plain/login auth user password
2019-05-08 13:14:00 +01:00
# mail.password: ""
2019-05-07 22:20:04 +01:00
# refresh token used to retrieve new access token
2019-05-08 13:14:00 +01:00
# mail.refresh-token: ""
2019-05-07 22:20:04 +01:00
# smtp server address
2019-05-08 13:14:00 +01:00
# mail.smtp-server-address: ""
2019-05-07 22:20:04 +01:00
# path to email templates source
2019-05-08 13:14:00 +01:00
# mail.template-path: ""
2019-05-07 22:20:04 +01:00
# uri which is used when retrieving new access token
2019-05-08 13:14:00 +01:00
# mail.token-uri: ""
2019-05-07 22:20:04 +01:00
# lifespan of bandwidth agreements in days
2019-05-08 13:14:00 +01:00
# metainfo.bw-expiration: 45
2019-05-07 22:20:04 +01:00
# the database connection string to use
2019-05-08 13:14:00 +01:00
# metainfo.database-url: "postgres://"
2019-05-07 22:20:04 +01:00
# maximum inline segment size
2019-05-08 13:14:00 +01:00
# metainfo.max-inline-segment-size: 8.0 KB
2019-05-07 22:20:04 +01:00
# minimum remote segment size
2019-05-08 13:14:00 +01:00
# metainfo.min-remote-segment-size: 1.2 KiB
2019-05-07 22:20:04 +01:00
# toggle flag if overlay is enabled
2019-05-08 13:14:00 +01:00
# metainfo.overlay: true
2019-05-07 22:20:04 +01:00
# address to send telemetry to
2019-05-08 13:14:00 +01:00
# metrics.addr: "collectora.storj.io:9000"
2019-05-07 22:20:04 +01:00
# application name for telemetry identification
2019-05-08 13:14:00 +01:00
# metrics.app: "satellite"
2019-05-07 22:20:04 +01:00
# application suffix
2019-05-08 13:14:00 +01:00
# metrics.app-suffix: "-dev"
2019-05-07 22:20:04 +01:00
# how frequently to send up telemetry
2019-05-08 13:14:00 +01:00
# metrics.interval: 1m0s
2019-05-07 22:20:04 +01:00
# path to log for oom notices
2019-05-08 13:14:00 +01:00
# monkit.hw.oomlog: "/var/log/kern.log"
2019-05-07 22:20:04 +01:00
# the number of times a node has been audited to not be considered a New Node
2019-05-08 13:14:00 +01:00
# overlay.node.audit-count: 500
2019-05-07 22:20:04 +01:00
# a node's ratio of successful audits
2019-05-08 13:14:00 +01:00
# overlay.node.audit-success-ratio: 0.4
2019-05-22 21:06:27 +01:00
# require distinct IPs when choosing nodes for upload
# overlay.node.distinct-ip: true
2019-05-07 22:20:04 +01:00
# the minimum node software version for node selection queries
2019-05-08 13:14:00 +01:00
# overlay.node.minimum-version: ""
2019-05-07 22:20:04 +01:00
# the percentage of new nodes allowed per request
2019-05-08 13:14:00 +01:00
# overlay.node.new-node-percentage: 0.05
2019-05-07 22:20:04 +01:00
# the amount of time without seeing a node before its considered offline
2019-05-08 13:14:00 +01:00
# overlay.node.online-window: 1h0m0s
2019-05-07 22:20:04 +01:00
# the number of times a node's uptime has been checked to not be considered a New Node
2019-05-08 13:14:00 +01:00
# overlay.node.uptime-count: 500
2019-05-07 22:20:04 +01:00
# a node's ratio of being up/online vs. down/offline
2019-05-08 13:14:00 +01:00
# overlay.node.uptime-ratio: 0.9
2019-05-07 22:20:04 +01:00
# how frequently checker should audit segments
2019-05-08 13:14:00 +01:00
# repairer.interval: 1h0m0s
2019-05-07 22:20:04 +01:00
# maximum buffer memory (in bytes) to be allocated for read buffers
2019-05-08 13:14:00 +01:00
# repairer.max-buffer-mem: 4.0 MB
2019-05-07 22:20:04 +01:00
# maximum segments that can be repaired concurrently
2019-05-08 13:14:00 +01:00
# repairer.max-repair: 5
2019-05-07 22:20:04 +01:00
# time limit for uploading repaired pieces to new storage nodes
2019-05-08 13:14:00 +01:00
# repairer.timeout: 10m0s
2019-05-07 22:20:04 +01:00
# option for deleting tallies after they are rolled up
2019-05-08 13:14:00 +01:00
# rollup.delete-tallies: false
2019-05-07 22:20:04 +01:00
# how frequently rollup should run
2019-05-08 13:14:00 +01:00
# rollup.interval: 24h0m0s
2019-05-07 22:20:04 +01:00
# the bandwidth and storage usage limit for the alpha release
2019-05-08 13:14:00 +01:00
# rollup.max-alpha-usage: 25.0 GB
2019-05-07 22:20:04 +01:00
# public address to listen on
server.address: ":7777"
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# if true, client leaves may contain the most recent certificate revocation for the current certificate
2019-05-08 13:14:00 +01:00
# server.extensions.revocation: true
2019-05-07 22:20:04 +01:00
# if true, client leaves must contain a valid "signed certificate extension" (NB: verified against certs in the peer ca whitelist; i.e. if true, a whitelist must be provided)
2019-05-08 13:14:00 +01:00
# server.extensions.whitelist-signed-leaf: false
2019-05-07 22:20:04 +01:00
# path to the CA cert whitelist (peer identities must be signed by one these to be verified). this will override the default peer whitelist
2019-05-08 13:14:00 +01:00
# server.peer-ca-whitelist-path: ""
2019-05-07 22:20:04 +01:00
# identity version(s) the server will be allowed to talk to
2019-05-08 13:14:00 +01:00
# server.peer-id-versions: "latest"
2019-05-07 22:20:04 +01:00
# private address to listen on
server.private-address: "127.0.0.1:7778"
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# url for revocation database (e.g. bolt://some.db OR redis://127.0.0.1:6378?db=2&password=abc123)
2019-05-08 13:14:00 +01:00
# server.revocation-dburl: "bolt://testdata/revocations.db"
2019-05-07 22:20:04 +01:00
# if true, uses peer ca whitelist checking
2019-05-21 12:48:47 +01:00
# server.use-peer-ca-whitelist: true
2019-05-08 13:14:00 +01:00
2019-05-07 22:20:04 +01:00
# how frequently the tally service should run
2019-05-08 13:14:00 +01:00
# tally.interval: 1h0m0s
2019-05-07 22:20:04 +01:00
# Interval to check the version
2019-05-08 13:14:00 +01:00
# version.check-interval: 15m0s
2019-05-07 22:20:04 +01:00
# Request timeout for version checks
2019-05-08 13:14:00 +01:00
# version.request-timeout: 1m0s
2019-05-07 22:20:04 +01:00
# server address to check its version against
2019-05-08 13:14:00 +01:00
# version.server-address: "https://version.alpha.storj.io"
2019-05-30 20:52:33 +01:00
# number of days before a voucher expires
# vouchers.expiration: 30