config.json 424 B

123456789101112131415
  1. {
  2. "chunk_root_path": "/mnt/chunks",
  3. "file_system_type": "ext4",
  4. "mode": "production",
  5. "auth_server": "http://localhost:8080",
  6. "disk_auto_mount": true,
  7. "disk_mount_point": "/mnt/disk",
  8. "disk_uuid": "default-disk-uuid",
  9. "disk_dev_file": "/dev/sda",
  10. "use_cache_disk": true,
  11. "cache_auto_mount": true,
  12. "cache_mount_point": "/mnt/cache",
  13. "cache_uuid": "default-cache-uuid",
  14. "cache_dev_file": "/dev/sdb"
  15. }