Readme updates
This commit is contained in:
@@ -8,9 +8,17 @@ MYSQL_PASSWORD=wp_password
|
||||
API_URL=url
|
||||
|
||||
#Wordpress config
|
||||
WP_ENV=development -- set this to local only for local wordpress development (it will activate script debug and query save)
|
||||
WP_DB_HOST=localhost -- for local wordpress development only to override default db if needed
|
||||
WP_HOME=${API_URL} -- for local wordpress development since dotenv allows this kind of initialization
|
||||
|
||||
# Determines loading of enviroment specific non sensitive wordpress config file (/backend/config/environments/[WP_ENV].php)
|
||||
# Set this to local only for local wordpress development (it will activate WP_DEBUG, SCRIPT_DEBUG and SAVEQUERIES)
|
||||
WP_ENV=development
|
||||
|
||||
# Required for local wordpress development only for quick override of default db if needed
|
||||
#WP_DB_HOST=localhost
|
||||
|
||||
# Required for local wordpress development since dotenv allows this kind of initialization
|
||||
# For docker deployment this is done inside docker container
|
||||
#WP_HOME=${API_URL}
|
||||
|
||||
AUTH_KEY=generate_me
|
||||
SECURE_AUTH_KEY=generate_me
|
||||
|
||||
Reference in New Issue
Block a user