Updates
This commit is contained in:
@@ -4,22 +4,17 @@ MYSQL_DATABASE=wordpress
|
||||
MYSQL_USER=wp_admin
|
||||
MYSQL_PASSWORD=wp_password
|
||||
|
||||
|
||||
API_URL=url
|
||||
# Url where backend application api is available
|
||||
API_URL=http://localhost
|
||||
|
||||
#Wordpress config
|
||||
|
||||
# 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)
|
||||
# Possible values [development, staging, production]
|
||||
# Note that development value 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}
|
||||
|
||||
# Generate salts here https://api.wordpress.org/secret-key/1.1/salt/
|
||||
WP_AUTH_KEY=generate_me
|
||||
WP_SECURE_AUTH_KEY=generate_me
|
||||
WP_LOGGED_IN_KEY=generate_me
|
||||
|
||||
Reference in New Issue
Block a user