update variable names

This commit is contained in:
ksyasuda 2024-09-05 04:19:13 -07:00
parent dc696b51b3
commit ae511bdb93
No known key found for this signature in database

View File

@ -1,10 +1,13 @@
IP=0.0.0.0 # Lisen on all interfaces # Server config
PORT_NUMBER=8080 # Internal port number LISTEN_ADDRESS=0.0.0.0 # Lisen on all interfaces
LISTEN_PORT=8080 # Internal port number
MPV_SOCKET=/tmp/mpvsocket # Path to mpv socket MPV_SOCKET=/tmp/mpvsocket # Path to mpv socket
LOGLEVEL=info
# MySQL connection info # MySQL connection config
MYSQL_HOST=localhost MYSQL_HOST=localhost
MYSQL_USER=mpvuser MYSQL_USER=mpvuser
MYSQL_PASSWORD=SecretPassword MYSQL_PASSWORD=SecretPassword
MYSQL_DATABASE=mpv MYSQL_DATABASE=mpv
# Logging
LOGLEVEL=warning