~/.config/swh/deposit/server.yml
```
# dev option
host: 127.0.0.1
port: 5006
# 200 Mib max size
max_upload_size: 209715200
# temporary extraction directory to build temporary tarballs
extraction_dir: /home/storage/swh-deposit/temp/
### scheduling part
# celery implementation
task_name: swh.deposit.injection.tasks.LoadDepositArchive
extraction_dir: /tmp/swh-deposit/test/
```