1
0
Fork 0
mirror of https://github.com/airsonic/airsonic.git synced 2025-10-03 01:39:34 +02:00

Remove unsupported database config by env vars

This commit is contained in:
François-Xavier Thomas 2020-04-16 23:43:25 +02:00
parent a18cd18154
commit 9b23fc4ee1

View file

@ -162,14 +162,6 @@
<time>100000</time>
<healthy>true</healthy>
</wait>
<env>
<DatabaseConfigType>${env.DatabaseConfigType}</DatabaseConfigType>
<DatabaseConfigEmbedDriver>${env.DatabaseConfigEmbedDriver}</DatabaseConfigEmbedDriver>
<DatabaseConfigEmbedUrl>${env.DatabaseConfigEmbedUrl}</DatabaseConfigEmbedUrl>
<DatabaseConfigEmbedUsername>${env.DatabaseConfigEmbedUsername}</DatabaseConfigEmbedUsername>
<DatabaseConfigEmbedPassword>${env.DatabaseConfigEmbedPassword}</DatabaseConfigEmbedPassword>
<DatabaseUsertableQuote>${env.DatabaseUsertableQuote}</DatabaseUsertableQuote>
</env>
<volumes>
<bind>
<!-- This binds a directory inside the integration-test/target directory in the host to the music directory in the Docker container -->