I have found a way to hide the secret key by using an environment variable and generating one (although I kept the same key as before though we may want to generate a new one) in a secret_key file and adding that to .gitignore.
This should be merged either after the develop branch is merged or into the develop branch directly.
Issue #146
I have found a way to hide the secret key by using an environment variable and generating one (although I kept the same key as before though we may want to generate a new one) in a
secret_key
file and adding that to.gitignore
.This should be merged either after the
develop
branch is merged or into thedevelop
branch directly.