Skip to content

S5 Configuration

Configuration reference for S5 Slidefactory on Azure.

Configuration Files

S5 uses environment variables for all configuration. The main configuration file is:

  • .env - Environment configuration (local development, connects to Azure preview)
  • .env.s5 - Template with S5 defaults

Topics

S5-Specific Settings

S5 is configured for Azure-only deployment:

  • Database: Azure PostgreSQL with pgvector
  • Redis: Azure Cache for Redis (TLS required)
  • Storage: Azure Blob Storage
  • Authentication: Azure AD (Entra ID)
  • Branding: SportFive colors and logos

See .env.s5 for the complete S5 configuration template.

Local Development Configuration

For local development, copy .env.s5 to .env and configure with Azure preview credentials:

cp .env.s5 .env
# Edit .env with Azure preview environment credentials

See Local Development Guide for details.

Core Package Configuration

Application settings are managed by slidefactory-core. For core configuration documentation, see the slidefactory-core repository.