mpv-youtube-queue-server/env.example
Kyle Yasuda 497320c082
All checks were successful
Build Docker Image / build (push) Successful in 23s
0.0.2 (#1)
Co-authored-by: ksyasuda <ksyasuda@umich.edu>
Reviewed-on: #1
2024-09-05 04:37:13 -07:00

13 lines
281 B
Plaintext

LISTEN_ADDRESS=0.0.0.0 # Lisen on all interfaces
LISTEN_PORT=8080 # Internal port number
MPV_SOCKET=/tmp/mpvsocket # Path to mpv socket
# MySQL connection info
MYSQL_HOST=localhost
MYSQL_USER=mpvuser
MYSQL_PASSWORD=SecretPassword
MYSQL_DATABASE=mpv
MYSQL_PORT=3306
LOGLEVEL=info