Files
WatchLink/.env.example
MrSphay 7a5cc2f64b
All checks were successful
Release Dry Run / release-dry-run (push) Successful in 1m34s
Build / build (push) Successful in 11m47s
Template Compliance / compliance (push) Successful in 5s
Add player controls and configurable profiles
2026-05-15 21:36:22 +02:00

9 lines
346 B
Plaintext

DATABASE_URL="postgresql://watchlink:watchlink@localhost:5432/watchlink?schema=public"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="change-me-with-openssl-rand-base64-32"
POSTGRES_DB="watchlink"
POSTGRES_USER="watchlink"
POSTGRES_PASSWORD="watchlink"
HOST_PORT="3000"
# Uploaded avatars are stored in the Docker volume `avatar-uploads`.