Files
Pulse/.env.example
rcourtman 6753727a04 docs: update API documentation and config file references
Comprehensive documentation updates:

API.md:
- Add /api/security/change-password endpoint
- Add AI provider test endpoints
- Add assistant chat & session management endpoints
- Add legacy chat sessions endpoints
- Add alert investigation and patrol autonomy endpoints
- Add findings & investigations endpoints
- Add approvals & command execution endpoints
- Add remediation plans endpoints
- Add intelligence & forecasting endpoints
- Add knowledge base endpoints
- Add debug endpoint
- Add Socket.IO compatibility endpoint

Config files:
- Document sso.enc, ai_chat_sessions.json
- Document profile-versions.json, profile-changelog.json, profile-deployments.json
2026-02-01 23:26:42 +00:00

43 lines
1.8 KiB
Plaintext

# Pulse Deployment Environment Variables
# Copy this file next to your docker-compose.yml or into /etc/pulse/.env.
# Values defined here override the UI configuration. Keep the file out of
# version control and restrict permissions (chmod 600) because it can contain
# credentials.
# -----------------------------------------------------------------------------
# Authentication (recommended for Docker or headless installs)
# -----------------------------------------------------------------------------
# Uncomment and set these to skip the first-run setup wizard.
# Plain-text values are automatically hashed on startup, or supply a bcrypt hash.
# PULSE_AUTH_USER=admin
# PULSE_AUTH_PASS=super-secret-password
# API_TOKENS=host-token-1,host-token-2
# API_TOKEN=legacy-fallback-token
# -----------------------------------------------------------------------------
# Optional security toggles
# -----------------------------------------------------------------------------
# DISABLE_AUTH=false
# PULSE_AUDIT_LOG=true
# -----------------------------------------------------------------------------
# Networking
# -----------------------------------------------------------------------------
# PULSE_PUBLIC_URL=https://pulse.example.com
# ALLOWED_ORIGINS=https://pulse.example.com
# FRONTEND_PORT=7655
# BIND_ADDRESS=0.0.0.0
# -----------------------------------------------------------------------------
# Monitoring and logging
# -----------------------------------------------------------------------------
# DISCOVERY_SUBNET=192.168.50.0/24
# CONNECTION_TIMEOUT=10
# LOG_LEVEL=info
# METRICS_RETENTION_DAYS=7
# -----------------------------------------------------------------------------
# Miscellaneous
# -----------------------------------------------------------------------------
# TZ=UTC