forked from NVIDIA/OpenShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (14 loc) · 684 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (14 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# OpenShell local development environment
# Copy to .env and customise. Mise loads .env automatically.
#
# Use unique gateway names and ports per worktree when running standalone
# gateways with `mise run gateway:docker`.
# ---------- Gateway identity ----------
# Gateway name registered by `mise run gateway:docker`.
#OPENSHELL_DOCKER_GATEWAY_NAME=openshell-c
# Default gateway name used by `openshell` commands in this repo when `--gateway`
# is not provided. Usually matches OPENSHELL_DOCKER_GATEWAY_NAME.
#OPENSHELL_GATEWAY=openshell-c
# ---------- Ports ----------
# Host port where the standalone gateway listens. Must be unique per worktree.
#OPENSHELL_SERVER_PORT=18080