forked from BootstrapCMS/CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (35 loc) · 724 Bytes
/
.env.example
File metadata and controls
42 lines (35 loc) · 724 Bytes
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
APP_ENV=local
APP_DEBUG=false
APP_URL=http://localhost
APP_KEY=SomeRandomString
APP_NAME=Bootstrap CMS
APP_TIMEZONE=UTC
APP_LOCALE=en
APP_LOG=daily
CMS_DESC=Bootstrap CMS is a PHP CMS powered by Laravel 5.
CMS_AUTHOR=Graham Campbell
CMS_NAV=email
CMS_EVAL=true
CMS_BLOGGING=true
CMS_EVENTS=true
CRED_REG=true
CRED_ACTIVATION=true
DB_HOST=localhost
DB_CONNECTION=mysql
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME=null
THEME_NAME=default
THEME_INVERSE=true