# Environment for waarp-transferd-get-remote.service.
#
# Read by systemd only. Running get-remote by hand does not source this file;
# export the variable in your shell for that.
#
# Neither the service nor the timer is enabled by the package, and get-remote
# exits immediately with status 4 when WAARP_TRANSFER_ADDRESS is unset, so
# nothing happens at all until the line below is uncommented.

# Address of the Transfer REST API. Credentials go in the URL, so this file is
# likely to hold a password -- which is why it is installed 0640 root:root.
#WAARP_TRANSFER_ADDRESS=http://admin:admin_password@127.0.0.1:8080

# Set to any non-empty value to skip TLS certificate verification.
#WAARP_TRANSFER_INSECURE=
