forked from epfl-si/jahia2wp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
31 lines (23 loc) · 700 Bytes
/
Copy path.env.sample
File metadata and controls
31 lines (23 loc) · 700 Bytes
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
# the .env file provides the default values for all environments variables used by
# - docker-compose, as described in https://docs.docker.com/compose/environment-variables/#the-env-file
# - make, by including .env in Makefile to install/clean worpdresses
# - python script, to connect to DB & make use of wp-cli
# DB credentials
MYSQL_ROOT_PASSWORD=secret
MYSQL_DB_HOST=db
MYSQL_SUPER_USER=root
MYSQL_SUPER_PASSWORD=secret
# WP variables
WP_VERSION=latest
WP_ADMIN_USER=admin
WP_ADMIN_EMAIL=admin@example.com
WP_PORT_HTTP=80
WP_PORT_HTTPS=443
# WP MANAGEMENT
WP_PORT_PHPMA=8080
WP_PORT_SSHD=2222
# JAHIA variables
JAHIA_ZIP_PATH=.
JAHIA_USER=admin
JAHIA_PASSWORD=secret
JAHIA_HOST=localhost