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>
23 lines
726 B
Cheetah
23 lines
726 B
Cheetah
JOURNAL_STREAM=1
|
|
RUST_LOG=info,sqlx=warn
|
|
|
|
DATABASE_URL=postgres://moments_rw@magrathea.kosherinata.internal:5432/moments?sslmode=verify-full&sslrootcert=/etc/pki/ca-trust/source/anchors/root-internal.pem&sslcert=/etc/pki/tls/misc/{{HOSTNAME}}.pem&sslkey=/etc/pki/tls/private/{{HOSTNAME}}.pem
|
|
|
|
GITHUB_USER=grenade
|
|
GITHUB_TOKEN={{GITHUB_TOKEN}}
|
|
POLL_INTERVAL_SECS=600
|
|
SEARCH_POLL_INTERVAL_SECS=86400
|
|
|
|
GITEA_HOST=git.lair.cafe
|
|
GITEA_USER=grenade
|
|
GITEA_POLL_INTERVAL_SECS=600
|
|
|
|
HG_HOST=hg-edge.mozilla.org
|
|
HG_REPOS=build/puppet,build/tools,build/buildbot-configs
|
|
HG_AUTHOR_TERMS=thijssen,grenade
|
|
HG_POLL_INTERVAL_SECS=86400
|
|
|
|
BUGZILLA_HOST=bugzilla.mozilla.org
|
|
BUGZILLA_EMAIL=rthijssen@mozilla.com
|
|
BUGZILLA_POLL_INTERVAL_SECS=86400
|