Files
archive-clients/e2e/control/config/config.json
T

23 lines
634 B
JSON

{
"archive_control": {
"enabled": true,
"listen": "0.0.0.0:8765",
"websocket_path": "/archive_control",
"shared_token_file": "/run/secrets/archive_control_token",
"database": "/var/lib/archive-control/control.db",
"backup_dir": "/var/backups/archive-control",
"registration_timeout": "5s",
"heartbeat_interval": "2s",
"offline_timeout": "10s",
"command_ack_timeout": "2s",
"command_max_attempts": 3,
"route_policy": "eager_mesh",
"route_setup_timeout": "5m",
"test_http": {
"enabled": true,
"listen": "127.0.0.1:18081",
"max_body_bytes": 1048576
}
}
}