mirror of
https://github.com/zoriya/tide.git
synced 2026-08-15 18:43:19 +00:00
15 lines
299 B
Bash
15 lines
299 B
Bash
DOWNLOAD_DIR=./downloads
|
|
ARIA2_DIR=./.aria2
|
|
# IMPORTANT: Change that to actually secure your aria2 connection
|
|
RPC_SECRET=wertyui
|
|
|
|
ARIA_URI=aria2c:6800
|
|
# Database things
|
|
POSTGRES_USER=tideUser
|
|
POSTGRES_PASSWORD=tidePassword
|
|
POSTGRES_DB=tideDb
|
|
POSTGRES_SERVER=postgres
|
|
POSTGRES_PORT=5432
|
|
|
|
# vi: ft=sh
|