Rename all project references from quicproquo/qpq to quicprochat/qpc across documentation, Docker configuration, CI workflows, packaging scripts, operational configs, and build tooling. - Docker: crate paths, binary names, user/group, data dirs, env vars - CI: workflow crate references, binary names, artifact names - Docs: all markdown files under docs/, SDK READMEs, book.toml - Packaging: OpenWrt Makefile, init script, UCI config (file renames) - Scripts: justfile, dev-shell, screenshot, cross-compile, ai_team - Operations: Prometheus config, alert rules, Grafana dashboard - Config: .env.example (QPQ_* → QPC_*), CODEOWNERS paths - Top-level: README, CONTRIBUTING, ROADMAP, CLAUDE.md
21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
# quicprochat Production Environment Variables
|
|
# Copy this file to .env and fill in the values.
|
|
|
|
# Server auth token (required, >= 16 characters)
|
|
QPC_AUTH_TOKEN=
|
|
|
|
# SQLCipher database encryption key (required for store_backend=sql)
|
|
QPC_DB_KEY=
|
|
|
|
# Ports (defaults shown)
|
|
QPC_LISTEN_PORT=7000
|
|
QPC_WS_PORT=9000
|
|
|
|
# Optional features
|
|
QPC_SEALED_SENDER=false
|
|
QPC_REDACT_LOGS=true
|
|
QPC_WS_LISTEN=
|
|
|
|
# Grafana admin password (required — must be strong, no default)
|
|
GRAFANA_ADMIN_PASSWORD=
|