remote db for kodi
This commit is contained in:
parent
ea0c534d61
commit
94490fdb9c
3 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
<advancedsettings>
|
||||
<videodatabase>
|
||||
<type>mysql</type>
|
||||
<host>${DB_HOST}</host>
|
||||
<port>${DB_PORT}</port>
|
||||
<user>${DB_USER}</user>
|
||||
<pass>${DB_PASS}</pass>
|
||||
</videodatabase>
|
||||
<musicdatabase>
|
||||
<type>mysql</type>
|
||||
<host>${DB_HOST}</host>
|
||||
<port>${DB_PORT}</port>
|
||||
<user>${DB_USER}</user>
|
||||
<pass>${DB_PASS}</pass>
|
||||
</musicdatabase>
|
||||
<seeksteps>5, 10, 15, 20, 25, 30, 60, 120, 300</seeksteps>
|
||||
</advancedsettings>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue