mpv-youtube-queue-server/env.example
sudacode f0a84c1f41
All checks were successful
Build Docker Image / build (push) Successful in 21s
initial commit
2024-09-04 15:15:40 -07:00

13 lines
269 B
Plaintext

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