Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 3fde4ce

Browse files
committed
Documented Meteor environment variable UNIX_SOCKET_GROUP
1 parent 455c067 commit 3fde4ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/environment-variables.md

+5
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ Used to generate URLs to your application by, among others, the accounts package
9292
Used to pass flags/variables to Node inside Meteor build. For example you can use this to pass a link to icu data: `TOOL_NODE_FLAGS="--icu-data-dir=node_modules/full-icu"`
9393
For full list of available flags see the [Node documentation](https://nodejs.org/dist/latest-v12.x/docs/api/cli.html).
9494

95+
## UNIX_SOCKET_GROUP
96+
(_production_)
97+
98+
This overrides the default UNIX group of the socket file configured in `UNIX_SOCKET_PATH`. It can be set to a group name or a numerical gid.
99+
95100
## UNIX_SOCKET_PATH
96101
(_production_)
97102

0 commit comments

Comments
 (0)