forked from roots/bedrock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
42 lines (39 loc) · 1.33 KB
/
.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
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$WP_ENV committed environment-specific defaults
# * .env.$WP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
# WP_ENV='development'
# WP_DEBUG='true'
# WP_HOME='https://localhost'
# WP_SITEURL="${WP_HOME}"
# DB_NAME='database_name'
# DB_USER='database_user'
# DB_PASSWORD='database_password'
#
# Optionally, you can use a data source name (DSN)
# When using a DSN, you can remove the DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST variables
# DATABASE_URL='mysql://database_user:database_password@database_host:database_port/database_name'
#
# Optional database variables
# DB_HOST='localhost'
# DB_PREFIX='wp_'
# Generate your keys here: https://roots.io/salts.html
# or run:
#
# php tools/random.php salt
#
# AUTH_KEY='generateme'
# SECURE_AUTH_KEY='generateme'
# LOGGED_IN_KEY='generateme'
# NONCE_KEY='generateme'
# AUTH_SALT='generateme'
# SECURE_AUTH_SALT='generateme'
# LOGGED_IN_SALT='generateme'
# NONCE_SALT='generateme'