1
0
Fork 0
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:
ericgaspar 2023-12-28 09:14:33 +01:00
parent 9637658ee0
commit 44847910b7

View file

@ -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"
} }
} }
*/ ?> */ ?>