You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
545 B
Bash
12 lines
545 B
Bash
# 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] |