-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.env
48 lines (42 loc) · 972 Bytes
/
sample.env
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
# Database Information
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=127.0.0.1
TABLE_PREFIX=wp_
# Content folder name
WP_CONTENT_DIR=/wp-content
# Content folder relative to the wordpress install
WP_CONTENT_REL_WP=../wp-content/
# Upload folder name
UPLOADS=uploads
# Base URL (will need to change if your install
# isn't in the root directory)
WP_CONTENT_URL=/wp-content
# Debug settings
DEBUG=0
# Build tool settings
DEV_FILES_DIR=dev
JS_DIR=js
SCSS_DIR=scss
USE_BABEL=0
USE_MODERNIZR=0
NODE_ENV=production
AUTOPREFIX_ARGS='["last 2 version", "> 1%", "ie 9", "ie 8"]'
SVG_DIR=svg
THEME_NAME=woodchippr
# Extras
ENABLE_ACF=0
# Disable gulp desktop notifications
DISABLE_NOTIFIER=1
# Salts - use https://github.com/aaemnnosttv/wp-cli-dotenv-command
# to autogenerate wordpress salts, or simply visit
# https://roots.io/salts.html to cut and paste
AUTH_KEY=''
SECURE_AUTH_KEY=''
LOGGED_IN_KEY=''
NONCE_KEY=''
AUTH_SALT=''
SECURE_AUTH_SALT=''
LOGGED_IN_SALT=''
NONCE_SALT=''