Skip to content

Fix 2.0.2 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions conf/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
APP_NAME="YunoHost OpenLDAP Server"
APP_ENV=production
APP_KEY=__APP_KEY__
APP_DEBUG=true
APP_URL=https://__DOMAIN____PATH__/

LOG_CHANNEL=daily

CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

LDAP_HOST=localhost
LDAP_PORT=389
LDAP_BASE_DN='ou=users,dc=yunohost,dc=org'
LDAP_USERNAME=
LDAP_PASSWORD=
LDAP_CACHE=true
Loading