-
Notifications
You must be signed in to change notification settings - Fork 108
/
.env.example
42 lines (31 loc) · 841 Bytes
/
.env.example
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
# Environment configuration (development, production)
# IF development
# Activate Debug messages
# Activate SMTP fake server
APP_ENV=development
###############################
# Database configuration
###############################
DB_HOST=localhost
DB_NAME=database_name
DB_USER=database_user
DB_PASSWORD=database_password
DB_PREFIX=wp_
###############################
# Site configuration
###############################
WP_HOME=https://www.example.com
WP_SITEURL=https://www.example.com
###############################
# Post revisions
###############################
AUTOSAVE_INTERVAL=1000
WP_POST_REVISIONS=5
###############################
# Trash configuration
###############################
EMPTY_TRASH_DAYS=7
###############################
# Plugins configuration
###############################
WPCF7_AUTOP=false