diff options
| author | Adam Malczewski <[email protected]> | 2026-06-04 21:21:20 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-04 21:21:20 +0900 |
| commit | 394f1ed37ce860da6fdc385769bf29f9737105cd (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /packaging/dispatch-frontend.conf | |
| parent | 81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff) | |
| download | dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip | |
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'packaging/dispatch-frontend.conf')
| -rw-r--r-- | packaging/dispatch-frontend.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packaging/dispatch-frontend.conf b/packaging/dispatch-frontend.conf deleted file mode 100644 index 37d2984..0000000 --- a/packaging/dispatch-frontend.conf +++ /dev/null @@ -1,21 +0,0 @@ -# /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 |
