Files
tide/.env.example
T
2023-09-15 23:59:56 +02:00

9 lines
203 B
Bash

# IMPORTANT: Change that to actually secure your aria2 connection
RPC_SECRET=wertyui
# User/Group IDs of newly downloaded files. To know your ids, run the `id` command.
PUID=$UID
PGID=$GID
# vi: ft=sh