use postgres as backend

This commit is contained in:
Sebastian Hugentobler 2023-03-05 11:55:41 +01:00
parent d94db7184c
commit 61ed1617d8
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
5 changed files with 36 additions and 9 deletions

View file

@ -0,0 +1,6 @@
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url={{ getenv "DB_URL" }}
spring.datasource.username={{ getenv "DB_USER" "airsonic" }}
spring.datasource.password={{ getenv "DB_PASSWORD" }}
spring.liquibase.parameters.userTableQuote="
server.forward-headers-strategy=native