summaryrefslogtreecommitdiffhomepage
path: root/packaging/dispatch-api.conf
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
committerAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
commit394f1ed37ce860da6fdc385769bf29f9737105cd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /packaging/dispatch-api.conf
parent81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff)
downloaddispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz
dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'packaging/dispatch-api.conf')
-rw-r--r--packaging/dispatch-api.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/packaging/dispatch-api.conf b/packaging/dispatch-api.conf
deleted file mode 100644
index 9824e16..0000000
--- a/packaging/dispatch-api.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-# /etc/dispatch/dispatch-api.conf
-# Environment configuration for the Dispatch API service.
-# This file is sourced by systemd (via EnvironmentFile=) and by the
-# dispatch-api-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)
-
-# ---------------------------------------------------------------------------
-# LLM / AI provider
-# ---------------------------------------------------------------------------
-
-# API key used by the backend to call the OpenCode (or compatible) LLM API.
-OPENCODE_API_KEY=
-
-# ---------------------------------------------------------------------------
-# Runtime environment
-# ---------------------------------------------------------------------------
-
-# Set to "production" for live deployments.
-NODE_ENV=production
-
-# ---------------------------------------------------------------------------
-# Server
-# ---------------------------------------------------------------------------
-
-# Port the API listens on (default: 3000).
-PORT=18390
-
-# Hostname/address to bind to (default: 0.0.0.0).
-# HOST=0.0.0.0