mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Story#116761157 - move variable when to delete orphans to settings
This commit is contained in:
parent
35a67ce439
commit
01234e3c55
4 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,7 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:admin_contacts_max_count, 10)
|
||||
Setting.save_default(:tech_contacts_min_count, 1)
|
||||
Setting.save_default(:tech_contacts_max_count, 10)
|
||||
Setting.save_default(:orphans_contacts_in_months, 6)
|
||||
Setting.save_default(:expire_pending_confirmation, 48)
|
||||
|
||||
Setting.save_default(:ds_digest_type, 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue