Ensures that relevant skyfiles will be properly pinned by the portal even when individual servers are removed
SERVER_DOMAIN: current server name, e.g.eu-ger-1.siasky.netSKYNET_DB_USER: database userSKYNET_DB_PASS: database passwordSKYNET_DB_HOST: database host, e.g.mongoSKYNET_DB_PORT: database port, e.g.27017SIA_API_PASSWORD: API password for the localskydinstance. Typically available in the/home/user/skynet-webportal/docker/data/sia/apipasswordfile.
SKYNET_ACCOUNTS_HOST: the host whereaccountsservice is running, e.g.10.10.10.70SKYNET_ACCOUNTS_PORT: the port on whichaccountsservice is running, e.g.3000PINNER_LOG_FILE: path topinner's log file, relative to/home/user/skynet-webportal/docker/data/pinner/logs/directory. Directory traversal (e.g.../) is not allowed. If this value is empty,pinnerwon't log to disk!PINNER_LOG_LEVEL: log level, defaults toinfoPINNER_SCANNER_THREADS: number of parallel threads pinning files, defaults to 5PINNER_SLEEP_BETWEEN_SCANS: defines the time to wait between initiating new scans, e.g. if this value is 10 hours and a scan was triggered at 10:00, the next scan will be triggered at 20:00 regardless of how long the first scan took. If there is a scan running when the next scan is scheduled to start the new scan doesn't start (we don't overlap scans). This value is given in seconds and it defaults to 19 hours.API_HOST: host on whichskydis running, e.g.10.10.10.10API_PORT: port on whichskydis running, e.g.9980