# TUS Daemon settings # Change the required variable below to your needs. # You can here also overrule the default variables in the startup.sh script # This is the full url to the REST API server to post updates during uploads. WEBHOOK_URL=http://localhost:8000/api/v1/dropoffs/webhook/ # The key for the token that is created on the REST API server for communication with the REST API server. DROPOFF_API_HAWK_KEY=[ENTER_HAWK_KEY] # The secret value that belongs to the token DROPOFF_API_HAWK_KEY. DROPOFF_API_HAWK_SECRET=[ENTER_HAWK_SECRET]