-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (26 loc) · 1.01 KB
/
.env.example
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
# Enviroment name for frontend app
NODE_ENV=development
# In lower environments, this will be same as name of the wordpress service
# as defined in docker-compose.yml.
WORDPRESS_URL_INTERNAL=http://wp:8080
# This is used by wp-cli while installing WordPress
WORDPRESS_URL_EXTERNAL=http://localhost:8080
# In lower environments, this will be same as name of the db (MySQL) service
# as defined in docker-compose.yml
WORDPRESS_DB_HOST=db
# DB user to manage WordPress' database
WORDPRESS_DB_USER=wp_user
# Password for DB user to manage WordPress' database
WORDPRESS_DB_PASSWORD=examplepass
# WordPress' database name
WORDPRESS_DB_NAME=wp_db
# WordPress installation variables
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=unative
WORDPRESS_DESCRIPTION=Democratizing access to information
WORDPRESS_PERMALINK_STRUCTURE=/%year%/%monthnum%/%day%/%postname%/
WORDPRESS_TITLE=Universal Native
# MySQL root user's password.
# Make it as random as possible.
MYSQL_ROOT_PASSWORD=root