-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example-dev
85 lines (72 loc) · 2.02 KB
/
.env.example-dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# APP_ENV
# Value set in '/etc/php5/fpm/php-fpm.conf'
# based on the value from 'Homestead.yaml'
APP_ENV=development
APP_DEBUG=true
APP_KEY=SomeRandomString
APP_HOME_ROUTE=welcome
APP_LONG_NAME=<b>Laravel 5.1 </b>ESK
APP_SHORT_NAME=LESK
APP_TAG_LINE=Anything you want
APP_COPYRIGHT=<strong>Copyright © 2015 <a href="#">Company</a>.</strong> All rights reserved.
APP_ALLOW_REGISTRATION=true
APP_CONTEXT_HELP_AREA=true
APP_NOTIFICATION_AREA=true
APP_EXTENDED_USER_MENU=true
APP_USER_PROFILE_LINK=true
APP_RIGHT_SIDEBAR=true
APP_EMAIL_NOTIFICATIONS_ENABLED=false
SQL_LOG=false
SQL_LOG_REQUEST=true
DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=sendmail
#MAIL_HOST=mailtrap.io
#MAIL_PORT=2525
#MAIL_USERNAME=null
#MAIL_PASSWORD=null
#MAIL_ENCRYPTION=null
MAIL_SYSTEM_SENDER_LABEL=L51ESK System
LERN_ENABLED=false
LERN_BEHAVIOUR=RecordAndNotify
LERN_CHANNEL=LESK
DEFAULT_THEME=default
WALLED_GARDEN_ENABLED=false
AUTH_ENABLE_USER_ON_CREATE=true
LDAP_ENABLED=false
LDAP_CREATE_ACCOUNTS=true
LDAP_REPLICATE_GROUP_MEMBERSHIP=true
LDAP_RESYNC_ON_LOGIN=true
LDAP_GROUP_MODEL=App\Models\Role
LDAP_LABEL_INTERNAL=internal
LDAP_LABEL_LDAP=ldap
LDAP_BASE_DN=DC=department,DC=company,DC=com
LDAP_SERVER=ldapsrv01.company.com
LDAP_PORT=389
LDAP_USER_NAME=ldap_reader
LDAP_PASSWORD=PaSsWoRd
LDAP_RETURN_REAL_PRIMARY_GROUP=true
LDAP_SECURED=false
LDAP_SECURED_PORT=636
LDAP_RECURSIVE_GROUPS=true
LDAP_SSO=false
LDAP_USERNAME_FIELD=samaccountname
LDAP_EMAIL_FIELD=userprincipalname
LDAP_FIRST_NAME_FIELD=givenname
LDAP_LAST_NAME_FIELD=sn
LDAP_USER_FILTER=(&(objectcategory=person)(samaccountname=%username))
AUDIT_ENABLED=false
AUDIT_PURGE_RETENTION=365
ERRORS_PURGE_RETENTION=30
## Menu-Builder options
MENU_BUILDER_FRAMEWORK_HANDLER=App\Handlers\L51ESKSecuredMenuHandler