42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
# ©AngelaMos | 2026
|
|
# .env.example
|
|
|
|
# ─── Database ────────────────────────────────────────────────────────
|
|
POSTGRES_USER=hive
|
|
POSTGRES_PASSWORD=hive
|
|
POSTGRES_DB=hive
|
|
|
|
# ─── Sensor Identity ─────────────────────────────────────────────────
|
|
HIVE_SENSOR_ID=hive-01
|
|
HIVE_SENSOR_REGION=us-east-1
|
|
|
|
# ─── Logging ─────────────────────────────────────────────────────────
|
|
HIVE_LOG_LEVEL=info
|
|
|
|
# ─── Honeypot Ports (host → container) ───────────────────────────────
|
|
HIVE_SSH_PORT=2211
|
|
HIVE_HTTP_PORT=8055
|
|
HIVE_FTP_PORT=21272
|
|
HIVE_SMB_PORT=46353
|
|
HIVE_MYSQL_PORT=33077
|
|
HIVE_REDIS_PORT=44801
|
|
|
|
# ─── Service Toggles ─────────────────────────────────────────────────
|
|
HIVE_SSH_ENABLED=true
|
|
HIVE_HTTP_ENABLED=true
|
|
HIVE_FTP_ENABLED=true
|
|
HIVE_SMB_ENABLED=true
|
|
HIVE_MYSQL_ENABLED=true
|
|
HIVE_REDIS_ENABLED=true
|
|
|
|
# ─── Dashboard ───────────────────────────────────────────────────────
|
|
DASHBOARD_PORT=7119
|
|
HIVE_CORS_ORIGINS=http://localhost,http://localhost:3000,http://localhost:7119
|
|
|
|
# ─── GeoIP (MaxMind) ─────────────────────────────────────────────────
|
|
GEOIP_ACCOUNT_ID=
|
|
GEOIP_LICENSE_KEY=
|
|
|
|
# ─── Self Hosting (Optional) ─────────────────────────────────────────────────
|
|
CLOUDFLARE_TUNNEL_TOKEN=
|