Replace the randomized secret key with a static key
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