mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
4 lines
227 B
Ruby
4 lines
227 B
Ruby
# Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
|
|
|
|
# Zammad does not use signed cookie mechanism of Rails, so skip credentials handling.
|
|
Rails.application.config.secret_key_base = 'not_used_in_zammad'
|