- Remove default Grafana password (fail loudly if unset) - Clean up stale delivery-proof TODO (already implemented at RPC layer) - Document TUI send as local-only, point to REPL for E2E delivery - Gitignore AI workflow files (CLAUDE.md, master-prompt.md, ai_team.py) - Remove 5 orphaned v1 crates (bot, ffi, gen, gui, mobile) - Commit ROADMAP.html updates
21 lines
480 B
Plaintext
21 lines
480 B
Plaintext
# quicproquo Production Environment Variables
|
|
# Copy this file to .env and fill in the values.
|
|
|
|
# Server auth token (required, >= 16 characters)
|
|
QPQ_AUTH_TOKEN=
|
|
|
|
# SQLCipher database encryption key (required for store_backend=sql)
|
|
QPQ_DB_KEY=
|
|
|
|
# Ports (defaults shown)
|
|
QPQ_LISTEN_PORT=7000
|
|
QPQ_WS_PORT=9000
|
|
|
|
# Optional features
|
|
QPQ_SEALED_SENDER=false
|
|
QPQ_REDACT_LOGS=true
|
|
QPQ_WS_LISTEN=
|
|
|
|
# Grafana admin password (required — must be strong, no default)
|
|
GRAFANA_ADMIN_PASSWORD=
|