-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dist
More file actions
64 lines (51 loc) · 1.58 KB
/
Copy path.env.dist
File metadata and controls
64 lines (51 loc) · 1.58 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
59
60
61
62
63
64
# ---------------------------
# WP Boot
# ---------------------------
# Enable/disable WordPress sync to public directory
# Set to 'true' to enable automatic sync via post-cmd.sh
WP_BOOT_SYNC_ENABLED=false
# ---------------------------
# WordPress
# ---------------------------
DB_HOST=
DB_NAME=
DB_USER=
DB_PASSWORD=''
DB_CHARSET=utf8mb4
DB_COLLATE=
DB_PREFIX=
WP_ENV=production
WP_DEBUG=false
WP_DEBUG_LOG=false
WP_DEBUG_DISPLAY=false
SCRIPT_DEBUG=false
# NOTE: This will have a performance impact on your site, so make sure to turn this off when you aren’t debugging.
SAVEQUERIES=false
# Generate your keys here: https://roots.io/salts.html
AUTH_KEY=''
SECURE_AUTH_KEY=''
LOGGED_IN_KEY=''
NONCE_KEY=''
AUTH_SALT=''
SECURE_AUTH_SALT=''
LOGGED_IN_SALT=''
NONCE_SALT=''
# disallows installation/updating of any theme or plugin
DISALLOW_FILE_MODS=false
DISALLOW_FILE_EDIT=true
# Disable WordPress pseudo-cron (triggered on every page request) in favor of a
# real system cron job. Improves performance by removing per-request cron overhead.
# Requires a cron job to be set up manually (see crontab).
# https://roots.io/bedrock/docs/wp-cron/
DISABLE_WP_CRON=false
# false, true, minor
WP_AUTO_UPDATE_CORE=true
# https://elementor.com/help/requirements/
# WP Memory limit of 256 MB (Elementor and Elementor Pro only), 512 MB recommended, 768 MB for best performance.
# default = 40M (single site), 64M (multisite)
WP_MEMORY_LIMIT=512M
# default = 256M
WP_MAX_MEMORY_LIMIT=512M
# https://wordpress.org/support/article/editing-wp-config-php/
# 'direct', 'ssh2', 'ftpext', 'ftpsockets' or false
FS_METHOD=false