This commit is contained in:
12
env.example
Normal file
12
env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user