Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions services/server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ SIDECAR_AUTH_TOKEN=replace-with-32-byte-random-secret
# SIDECAR_WATCHDOG_INTERVAL_SECS=30
# SIDECAR_WATCHDOG_TIMEOUT_SECS=2
# SIDECAR_WATCHDOG_MAX_FAILURES=6
# WALM-184: Set to true to skip spawning the Node.js sidecar process.
# Only use when native Rust Walrus/SEAL integrations are fully wired.
# SIDECAR_DISABLED=false

# Observability
# RUST_LOG controls Rust tracing filters. Set LOG_FORMAT=json in production
Expand Down
Loading
Loading