mirror of
https://github.com/zoriya/tide.git
synced 2025-12-05 22:56:12 +00:00
14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
DOWNLOAD_DIR=./downloads
|
|
|
|
PUID=0
|
|
PGUID=0
|
|
|
|
# Database things
|
|
POSTGRES_USER=tideUser
|
|
POSTGRES_PASSWORD=tidePassword
|
|
POSTGRES_DB=tideDb
|
|
POSTGRES_SERVER=postgres
|
|
POSTGRES_PORT=5432
|
|
|
|
# vi: ft=sh
|