# Environment Configuration Example
# Copy this file and configure your settings

PORT=3000
NODE_ENV=production

ADMIN_USERNAME=admin
ADMIN_PASSWORD=change_this_password
JWT_SECRET=your_secret_key_here_min_32_characters

# Optional: Public Access
TUNNEL_URL=https://your-tunnel.trycloudflare.com
