-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env
More file actions
39 lines (33 loc) · 775 Bytes
/
.env
File metadata and controls
39 lines (33 loc) · 775 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
APP_NAME=WPFrame
APP_DEV_NAME=Initflex
APP_DEV_URL=https://initflex.com/projects/wpframe/
APP_BASE_URL=http://localhost/
WPFP_PLUGIN_DIR=/wpframe/
WPFP_BASE_DIR=/wpframe/
WPFP_SYSTEM_PATH=/Boot/System/
APP_ENV=development
APP_DEBUG=true
VISUAL_ERROR=true
WRITE_LOG=true
DEFAULT_TIME_ZONE=asia/jakarta
DB_STATUS=active
DB_CONNECTION=mysql
DB_PREFIX=
DB_COLLATION=utf8_unicode_ci
DB_CHARSET=utf8
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=root
DB_PASSWORD=
MAIL_MAILER=smtp
MAIL_HOST=localhost
MAIL_PORT=1025
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=example@yourmail.domain
MAIL_FROM_NAME=WPFrame
SESSION_SAVE_PATH_ACTIVE=true
SESSION_SAVE_PATH=/storage/wpframe/session/
VIEW_CACHE_SAVE_PATH=/storage/wpframe/cache/