Change to gunicorn and update variable names

This commit is contained in:
ksyasuda
2024-09-05 04:34:00 -07:00
parent f0a84c1f41
commit 492f68e0f8
3 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
IP=0.0.0.0 # Lisen on all interfaces
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
LOGLEVEL=info
# MySQL connection info
MYSQL_HOST=localhost
@@ -10,3 +9,4 @@ MYSQL_PASSWORD=SecretPassword
MYSQL_DATABASE=mpv
MYSQL_PORT=3306
LOGLEVEL=info