Files
Redflag/aggregator-server/.env.example
Fimeg 55b7d03010 Session 4 complete - RedFlag update management platform
🚩 Private development - version retention only

 Complete web dashboard (React + TypeScript + TailwindCSS)
 Production-ready server backend (Go + Gin + PostgreSQL)
 Linux agent with APT + Docker scanning + local CLI tools
 JWT authentication and REST API
 Update discovery and approval workflow

🚧 Status: Alpha software - active development
📦 Purpose: Version retention during development
⚠️  Not for public use or deployment
2025-10-13 16:46:31 -04:00

13 lines
384 B
Plaintext

# Server Configuration
SERVER_PORT=8080
# Database Configuration
DATABASE_URL=postgres://aggregator:aggregator@localhost:5432/aggregator?sslmode=disable
# JWT Secret (CHANGE IN PRODUCTION!)
JWT_SECRET=change-me-in-production-use-long-random-string
# Agent Configuration
CHECK_IN_INTERVAL=300 # seconds
OFFLINE_THRESHOLD=600 # seconds before marking agent offline