This commit is contained in:
Almira Krdzic
2018-07-30 17:26:55 +02:00
parent 828c71c253
commit 0ac5e5940b
7 changed files with 48 additions and 42 deletions

View File

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