17 lines
442 B
XML
17 lines
442 B
XML
<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>
|