Skip to content

Replace the randomized secret key with a static key

roarusko requested to merge ci-bugfix-add-secret-key into staging

Replace the randomized secret key with a static key to prevent errors with multiple instances running on App Engine. On other environments, a random key is generated. The CI/CD pipeline automatically includes the secret key from a file when deploying.

Edited by roarusko

Merge request reports