Skip to content
Snippets Groups Projects
Commit 5075fb3b authored by James Lopez's avatar James Lopez Committed by James Edwards-Jones
Browse files

fix attr_encrypted in EE

parent 877c121c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,6 +12,7 @@ class PagesDomain < ActiveRecord::Base
 
attr_encrypted :key,
mode: :per_attribute_iv_and_salt,
insecure_mode: true,
key: Gitlab::Application.secrets.db_key_base,
algorithm: 'aes-256-cbc'
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment