Files
nfoguard/nfoguard-web/.env.secrets.web.example
T
2025-10-22 21:27:03 -04:00

17 lines
669 B
Bash

# ===========================================
# NFOGuard Web Interface Secrets
# ===========================================
# SENSITIVE CONFIGURATION - DO NOT COMMIT TO VERSION CONTROL
# Copy this file to .env.secrets and update with your actual values
# ===========================================
# DATABASE CREDENTIALS
# ===========================================
# Database password for web interface access
DB_PASSWORD=your_secure_database_password
# ===========================================
# WEB AUTHENTICATION CREDENTIALS
# ===========================================
# Web interface authentication (if enabled)
WEB_AUTH_PASSWORD=your_secure_web_password