mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
17 lines
636 B
Properties
17 lines
636 B
Properties
# Airsonic preferences. NOTE: This file is automatically generated. Do not modify while application is running
|
|
|
|
LdapEnabled=true
|
|
LdapUrl=ldap://localhost:389/ou=users,dc=yunohost,dc=org
|
|
LdapSearchFilter=(uid={0})
|
|
#LdapManagerDn=
|
|
#LdapManagerPassword=
|
|
# Automatically create users comming from Yunohost in Airsonic
|
|
LdapAutoShadowing=true
|
|
|
|
DatabaseConfigType=embed
|
|
DatabaseConfigEmbedDriver=org.postgresql.Driver
|
|
DatabaseConfigEmbedUrl=jdbc:postgresql://127.0.0.1:5432/airsonic?stringtype=unspecified
|
|
DatabaseConfigEmbedUsername=__DB_NAME__
|
|
DatabaseConfigEmbedPassword=__DB_PASSWORD__
|
|
DatabaseUsertableQuote="
|
|
DatabaseMysqlMaxlength=512
|