OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

remove secret_key, in place of environment variable #455

Closed apex-omontgomery closed 5 years ago

apex-omontgomery commented 5 years ago

Description of changes

Devise config currently has secret_key set in the config, this overrides secret_key_base which is set in the environment variables. This removes the secret_key from the configs for clarity.

Issue Resolved

Fixes #441

apex-omontgomery commented 5 years ago

Pod has been re-deployed, verified this is working by performing a password reset, which worked.