chore(deploy): strip infra commentary from asset/ config files

These ship in a public repo; topology narration in nginx, systemd,
firewalld, and env templates is gratuitous. Keep the config terse —
directives speak for themselves.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-03 20:23:11 +03:00
parent 52b7d0be9b
commit abce3803ca
8 changed files with 1 additions and 37 deletions

View File

@@ -1,6 +1,3 @@
# /etc/moments/api.env — rendered by deploy.sh, do not edit on the host.
# {{HOSTNAME}} resolves to the target host's FQDN at deploy time.
JOURNAL_STREAM=1
RUST_LOG=info,sqlx=warn,tower_http=info

View File

@@ -1,8 +1,3 @@
# /etc/moments/worker.env — rendered by deploy.sh, do not edit on the host.
# {{HOSTNAME}} resolves to the target host's FQDN at deploy time.
# {{GITHUB_TOKEN}} is resolved from `pass`; the rendered file lives in
# /etc/moments/ chmod 0640 owned by root:moments.
JOURNAL_STREAM=1
RUST_LOG=info,sqlx=warn