mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Update config.json.php
This commit is contained in:
parent
9637658ee0
commit
44847910b7
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
||||||
"api": {
|
"api": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"secret": "__SECRET__"
|
"secret": "__SECRET__"
|
||||||
|
},
|
||||||
|
"ldap": {
|
||||||
|
"host": "ldap://localhost",
|
||||||
|
"dn": "uid=%s,ou=users,dc=yunohost,dc=org"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/ ?>
|
*/ ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue