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