mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Story #107192666 - change setting value and symbol, admin configures ds_digest_type
This commit is contained in:
parent
bcf38e55ad
commit
88973c5241
5 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:tech_contacts_max_count, 10)
|
||||
Setting.save_default(:expire_pending_confirmation, 48)
|
||||
|
||||
Setting.save_default(:ds_algorithm, 2)
|
||||
Setting.save_default(:ds_digest_type, 2)
|
||||
Setting.save_default(:ds_data_allowed, false)
|
||||
Setting.save_default(:key_data_allowed, true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue