update variable names
This commit is contained in:
parent
dc696b51b3
commit
ae511bdb93
11
env.example
11
env.example
@ -1,10 +1,13 @@
|
||||
IP=0.0.0.0 # Lisen on all interfaces
|
||||
PORT_NUMBER=8080 # Internal port number
|
||||
# Server config
|
||||
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 connection config
|
||||
MYSQL_HOST=localhost
|
||||
MYSQL_USER=mpvuser
|
||||
MYSQL_PASSWORD=SecretPassword
|
||||
MYSQL_DATABASE=mpv
|
||||
|
||||
# Logging
|
||||
LOGLEVEL=warning
|
||||
|
Loading…
Reference in New Issue
Block a user