mpv-youtube-queue-server/env.example

14 lines
296 B
Plaintext
Raw Normal View History

2024-09-05 04:19:13 -07:00
# Server config
LISTEN_ADDRESS=0.0.0.0 # Lisen on all interfaces
LISTEN_PORT=8080 # Internal port number
MPV_SOCKET=/tmp/mpvsocket # Path to mpv socket
2024-09-05 04:19:13 -07:00
# MySQL connection config
MYSQL_HOST=localhost
MYSQL_USER=mpvuser
MYSQL_PASSWORD=SecretPassword
2024-09-05 04:19:13 -07:00
MYSQL_DATABASE=mpv
# Logging
LOGLEVEL=warning