Built with Azure Static Web Apps
The video/admin config can run without Cosmos DB when these app settings are set:
GitHub App auth:
GITHUB_OWNERGITHUB_REPOGITHUB_APP_IDGITHUB_APP_INSTALLATION_IDGITHUB_APP_PRIVATE_KEYorGITHUB_APP_PRIVATE_KEY_BASE64GITHUB_BRANCHandGITHUB_CONFIG_PATHare optional
Legacy token auth still works if you prefer a PAT:
GITHUB_TOKEN
In either mode, /api/config and /api/site-config read and write data/site-config.json through the GitHub Contents API, which works well on the SWA free tier.