Release 2523
Trello card
Context
We don't want to store non-secret environment variables in Azure keyvault; instead we can keep them in the application repository. Similarly, we have a number of unused secrets/env vars that can be removed from the keyvault.
Changes proposed in this pull request
- Bring non-secret env vars into dotenv
We don't need to store these in keyvault so instead can bring them into the dotenv files.
- Fix typo in GTM secrets
These should be in the format KEY=VALUE.
Guidance to review
The keyvault will be updated to remove unused/non-secret variables before this ships.