-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
25 lines (19 loc) · 905 Bytes
/
.env
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
# BY DEFAULT THIS FILE WE BE COMMITTED TO SOURCE CONTROL
# IF YOU WANT TO STORE SENSITIVE DATA, THEN BE SURE AND GITIGNORE FIRST
# This environment variable is automatically read by Docker and sets
# the project name which is useful when starting new projects based
# on this template. We also use this variable to set the wordpress database
# name in docker-compose.yml and _build/db.sh
# Should match your docker project name locally
COMPOSE_PROJECT_NAME=bubstimber
# For WP Engine, the following are used to connect via SSH for deployment
# and DB exporting
# WPE environment names
COMPOSE_WPE_PRODUCTION=bubstimber
COMPOSE_WPE_STAGING=bubstimberstg
COMPOSE_WPE_DEVELOPMENT=bubstimberdev
# These are used for the forced deploys to WPE
GIT_EMAIL="[email protected]"
GIT_NAME="Bubs Deploy"
# Optional, list any SQL tables in WPEngine that shouldn't be included in export
SQL_EXCLUDED_TABLES=