mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Implement status policy
This commit is contained in:
parent
09c73d6109
commit
bb93f8b609
7 changed files with 109 additions and 38 deletions
|
@ -29,6 +29,8 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:ns_max_count, 11)
|
||||
|
||||
Setting.save_default(:transfer_wait_time, 0)
|
||||
|
||||
Setting.save_default(:client_side_status_editing_enabled, false)
|
||||
end
|
||||
|
||||
# dev only setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue