0.0.2 (#1)
All checks were successful
Build Docker Image / build (push) Successful in 23s

Co-authored-by: ksyasuda <ksyasuda@umich.edu>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2024-09-05 04:37:13 -07:00
parent f0a84c1f41
commit 497320c082
6 changed files with 29 additions and 18 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