Skip to content

Commit 2a47673

Browse files
authored
Merge pull request #39 from YunoHost-Apps/fix-2.0.2
Fix 2.0.2
2 parents 9da6f89 + e1261c7 commit 2a47673

12 files changed

+194
-616
lines changed

Diff for: conf/.env

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
APP_NAME="YunoHost OpenLDAP Server"
2+
APP_ENV=production
3+
APP_KEY=__APP_KEY__
4+
APP_DEBUG=true
5+
APP_URL=https://__DOMAIN____PATH__/
6+
7+
LOG_CHANNEL=daily
8+
9+
CACHE_DRIVER=file
10+
QUEUE_CONNECTION=sync
11+
SESSION_DRIVER=file
12+
SESSION_LIFETIME=120
13+
14+
LDAP_HOST=localhost
15+
LDAP_PORT=389
16+
LDAP_BASE_DN='ou=users,dc=yunohost,dc=org'
17+
LDAP_USERNAME=
18+
LDAP_PASSWORD=
19+
LDAP_CACHE=true

0 commit comments

Comments
 (0)