This commit is contained in:
zerf58 2025-06-13 16:09:14 -07:00
parent a31e08bd5f
commit 388924ed6e
16 changed files with 951 additions and 294 deletions

View file

@ -1,17 +0,0 @@
<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>