summaryrefslogtreecommitdiffhomepage
path: root/packaging/dispatch-frontend.conf
blob: 37d29843c8c73ab31e5388c6cf1a5711495a6057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# /etc/dispatch/dispatch-frontend.conf
# Environment configuration for the Dispatch Frontend static-file server.
# Sourced by systemd (EnvironmentFile=), the s6 run script, and the
# dispatch-frontend-wrapper.sh script for manual invocation.
#
# Lines beginning with '#' are comments and are ignored.
# Syntax: KEY=value  (no spaces around '=', no 'export' keyword needed for systemd)

# ---------------------------------------------------------------------------
# Server
# ---------------------------------------------------------------------------

# Port the static file server listens on (default: 18391).
PORT=18391

# Interface to bind to (default: 0.0.0.0).
# HOST=0.0.0.0

# Directory containing the built frontend assets.
# Defaults to /opt/dispatch/packages/frontend/dist
# DIST_DIR=/opt/dispatch/packages/frontend/dist