-
Notifications
You must be signed in to change notification settings - Fork 266
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 852 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# OpenShell local development environment
# Copy to .env and customise. Mise loads .env automatically.
#
# Use unique CLUSTER_NAME/GATEWAY_PORT values per worktree to run
# multiple clusters simultaneously; `mise run cluster` will recreate as needed.
# ---------- Cluster identity ----------
# Name used for the Docker container, k3s volume, TLS secrets, and the
# openshell CLI's active-cluster bookmark. Defaults to the repo directory
# basename (e.g. "openshell-c").
#CLUSTER_NAME=openshell-c
# Default gateway name used by `openshell` commands in this repo when `--gateway`
# is not provided. Usually matches CLUSTER_NAME.
#OPENSHELL_GATEWAY=openshell-c
# ---------- Ports ----------
# Host port mapped to the k3s NodePort (30051) where the OpenShell gateway
# listens. The CLI connects here. Must be unique per cluster.
#GATEWAY_PORT=8080