-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 1004 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 1004 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
# If passed this will setup the marketplace to load into Nexus on startup
#
# Review the README on the Marketplace section for more details.
NEXUS_MARKETPLACES=/path/to/marketplace,git@git.example.org/repo.git,git@git.example.org/another-repo.git#ref
# Auto-refresh interval for marketplace data.
# Accepts durations: "1h", "30m", "90s", "500ms", or raw milliseconds.
# Default: 1h. Set to 0 to disable periodic refresh.
NEXUS_MARKETPLACE_REFRESH_INTERVAL=1h
# Persistent Brain storage directory. Defaults to ./.nexus-brain when unset.
NEXUS_BRAIN_DATA_DIR=/path/to/nexus-brain-data
# Secret used to sign Brain workspace/share tokens.
NEXUS_BRAIN_TOKEN_SECRET=change-me
# Persistent collaboration room state directory. Defaults to ./.nexus-collab when unset.
NEXUS_COLLAB_DATA_DIR=/path/to/nexus-collab-data
# Hocuspocus WebSocket server port.
NEXUS_COLLAB_SERVER_PORT=1234
# Public WebSocket URL that browsers use to connect to the collab server.
NEXT_PUBLIC_COLLAB_SERVER_URL=ws://localhost:1234