2024-09-05 04:37:13 -07:00
|
|
|
LISTEN_ADDRESS=0.0.0.0 # Lisen on all interfaces
|
|
|
|
LISTEN_PORT=8080 # Internal port number
|
2024-09-04 15:15:40 -07:00
|
|
|
MPV_SOCKET=/tmp/mpvsocket # Path to mpv socket
|
2024-09-05 04:37:13 -07:00
|
|
|
LOGLEVEL=info
|
2024-09-06 02:14:12 -07:00
|
|
|
|
|
|
|
# Options:
|
|
|
|
# mysql+pymysql://<user>:<password>@<host>[:<port>]/<dbname> - works with MySQL and Mariadb
|
|
|
|
# postgresql+psycopg2://user:password@host:port/dbname[?key=value&key=value...]
|
|
|
|
# sqlite:///path
|
|
|
|
# oracle+oracledb://user:pass@hostname:port[/dbname][?service_name=<service>[&key=value&key=value...]]
|
|
|
|
DATABASE_URL=mysql+pymysql://user:password@localhost:3306/mpv
|