add config file
This commit is contained in:
parent
99dc857d41
commit
af8b50d464
4 changed files with 51 additions and 2 deletions
12
config.ini
Normal file
12
config.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[mpd]
|
||||
host = localhost
|
||||
port = 6600
|
||||
#username =
|
||||
#pasword =
|
||||
|
||||
[ui]
|
||||
hostname = localhost
|
||||
port = 8080
|
||||
tls = no
|
||||
cert = cert.pem
|
||||
key = key.pem
|
Loading…
Add table
Add a link
Reference in a new issue