Readme updates

This commit is contained in:
Almira Krdzic
2018-07-30 10:13:34 +02:00
parent 481b960471
commit 2230f984cc
2 changed files with 17 additions and 5 deletions

View File

@@ -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