Files
vps-tracker/.env.example
T
DenozordecandCursor a02daba69b
Docker / build (push) Failing after 23s
feat(audit): dual-write журнала в auth-portal ingest
Добавлены event_id/actorUserId и async push source_app=vps без блокировки CRUD.

Co-authored-by: Cursor <[email protected]>
2026-07-21 13:24:30 +07:00

15 lines
500 B
Bash

# VPS Tracker — API / root env (copy to .env or export in shell)
# Portal JWT (must match auth-portal JWT_SECRET / ISSUER)
AUTH_REQUIRED=false
AUTH_JWT_SECRET=dev-secret-change-me
AUTH_ISSUER=https://auth.shnt.top
AUTH_PORTAL_URL=http://localhost:5175
# Shared with auth-portal AUDIT_INGEST_SECRET (Bearer for POST /api/v1/ingest/audit)
AUTH_AUDIT_INGEST_SECRET=dev-audit-ingest-secret
# Owner of space-main after migration (portal user id)
# VPS_MAIN_SPACE_OWNER_USER_ID=
# DB_PATH=
# PORT=3001