stage: fallback to random secret_key_base
Since no ENV["SECRET_KEY_BASE"] this sets a fallback.
Every server restart will lead to a new SECRET_KEY_BASE being used. This will effectively log out everyone from the staging server. We will need to set ENV["SECRET_KEY_BASE"] eventually and then revert this change.