update variable names
This commit is contained in:
parent
dc696b51b3
commit
ae511bdb93
13
env.example
13
env.example
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user