Files
tide/.env.example

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