-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (48 loc) · 1.04 KB
/
.env.example
File metadata and controls
58 lines (48 loc) · 1.04 KB
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
APP_ENV=local
APP_DEBUG=true
APP_KEY=someRandomString
DB_HOST=localhost
DB_DATABASE=jitterbug
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_STORE=file
SESSION_DRIVER=file
SESSION_SECURE_COOKIE=false
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
SOLR_ENDPOINT=localhost
SOLR_HOST=127.0.0.1
SOLR_PORT=8983
SOLR_PATH=/
#LOG_CHANNEL_PATH=/logs/laravel.log
#LOG_CHANNEL='single'
LOG_STACK=single
#STORAGE_PATH=/opt/laravel/jitterbug
LDAP_USERNAME=user@example.com
LDAP_PASSWORD=secret
LDAP_HOSTS='ldap.example.com'
LDAP_BASE_DN=dc=corp,dc=acme,dc=org
LDAP_LIMITATION_FILTER='(objectClass=*)'
LDAP_PASSWORD_SYNC=false
LDAP_USE_TLS=false
LDAP_USE_SSL=true
LDAP_PORT=389
LDAP_LOGIN_FALLBACK=true
LDAP_LOGGING=true
ADMIN_USER_PASSWORD='secret'
LDAP_AUTO_CONNECT=false
APP_AUTH=ldap
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null