-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 892 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Optional configuration for a worktree's Docker environment.
#
# For the main checkout (optional): copy this file to .env, or run `npm run worktree:setup`
# For worktrees: run `npm run worktree:setup` to auto-generate this file
#
# You can also create this file manually with custom values.
# Port for this worktree's WordPress instance
# Main checkout default: 8082, worktrees: auto-assigned from 8180-8199
# WORDPRESS_PORT=8082
# Unique identifier for this worktree (used in container names)
# Default: directory basename (sanitized)
# WORKTREE_ID=feature-abc
# (optional) Shared WordPress path for Docker volumes (plugins, themes, uploads, mu-plugins)
# Default: ./docker/wordpress (relative to the checkout where infra runs)
# If you want to change the WordPress installation, set this to the installation's absolute path, e.g.:
# WCPAY_SHARED_WP_PATH=/Users/yourname/Sites/wordpress