-
-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy path.env.app.example
More file actions
28 lines (25 loc) · 1.16 KB
/
.env.app.example
File metadata and controls
28 lines (25 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# The host address to bind to
HOST="::"
# The port to listen to for incoming requests. Default is `8091`
PORT=''
# The absolute path to the directory where all files will be stored. Default is `<path to your zui dir>/store`
STORE_DIR=''
# Used as secret for session. If not provided the default one is used
SESSION_SECRET="zwavejsisawesome"
# Z-Wave controller port/address. When set, overrides the port configured in settings.json
# and disables automatic discovery of serial ports. Examples: /dev/ttyUSB0, COM3, tcp://192.168.1.100:5555
ZWAVE_PORT=''
# Path to a JSON file with externally provided settings for the driver and Z-Wave JS Server.
# When set, the settings in this file override those in settings.json and the UI controls for those settings are hidden.
ZWAVE_EXTERNAL_SETTINGS=''
# S0 Key
NETWORK_KEY=''
HTTPS=''
# Set the cookie [secure](https://github.com/expressjs/session#cookiesecure) option.
USE_SECURE_COOKIE=''
# Mostly needed for docker users.
# https://zwave-js.github.io/node-zwave-js/#/usage/external-config?id=specifying-an-external-config-db-location
ZWAVEJS_EXTERNAL_CONFIG=''
# Browser preferred locale/tz to use for date/time formatting
TZ=''
LOCALE=''