implemented NATS event bus, websocket hub upgrade, and audit log
This commit is contained in:
@@ -26,6 +26,11 @@ INSTANCE_NAME=ForgeBucket
|
||||
# OIDC_CLIENT_ID=
|
||||
# OIDC_CLIENT_SECRET=
|
||||
|
||||
# ─── Event Bus (NATS) ────────────────────────────────────────────────────────
|
||||
# Leave empty to disable event publishing (no-op mode).
|
||||
# Start NATS with: make docker-up
|
||||
NATS_URL=nats://localhost:4222
|
||||
|
||||
# ─── Dev only ─────────────────────────────────────────────────────────────────
|
||||
# Set to true to disable Secure cookies and enable verbose logging
|
||||
DEBUG=false
|
||||
|
||||
Reference in New Issue
Block a user