Skip to content
  • azul's avatar
    stage: fallback to random secret_key_base · 115b5f00
    azul authored
    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.
    115b5f00