# Stegasoo Web UI Configuration # Copy this file to .env and customize # Authentication (v4.0.2+) STEGASOO_AUTH_ENABLED=true STEGASOO_HTTPS_ENABLED=false STEGASOO_HOSTNAME=localhost STEGASOO_PORT=5000 # Channel Key (format: XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX) # Generate with: stegasoo generate --channel-key # Leave empty for public mode STEGASOO_CHANNEL_KEY= # Flask settings FLASK_ENV=production