-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
51 lines (41 loc) · 765 Bytes
/
sample.env
File metadata and controls
51 lines (41 loc) · 765 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
43
44
45
46
47
48
49
50
51
##############
## Database ##
##############
DB_NAME=molbaks
DB_USER=molbaks
DB_PASSWORD=password
DB_HOST=localhost
DB_CHARSET=utf8
DB_COLLATE=
DB_TABLE_PREFIX=wp_
REDIS_URL=http://localhost:6379
EP_HOST=
###############
## WordPress ##
###############
WP_HOME=https://wordpress.test
WP_DIR=cms
# Security Salts
# Generate some here: https://api.wordpress.org/secret-key/1.1/salt/
AUTH_KEY=
SECURE_AUTH_KEY=
LOGGED_IN_KEY=
NONCE_KEY=
AUTH_SALT=
SECURE_AUTH_SALT=
LOGGED_IN_SALT=
NONCE_SALT=
WP_CACHE=true
WP_CACHE_KEY_SALT=
###############
## Dev Flags ##
###############
MAINTENANCE_MODE=false
WP_DEBUG=true
WP_DEBUG_DISPLAY=false
WP_DEBUG_LOG=true
SCRIPT_DEBUG=true
DISALLOW_FILE_EDIT=true
ENABLE_CACHE=true
WP_MAX_MEMORY_LIMIT=512M
WP_MEMORY_LIMIT=512M