mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Story #107192666 - EIS policy specifies keyData interface not dsData. Both true is not allowed
This commit is contained in:
parent
b0860b278b
commit
d0fbec8f56
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:expire_pending_confirmation, 48)
|
||||
|
||||
Setting.save_default(:ds_algorithm, 2)
|
||||
Setting.save_default(:ds_data_allowed, true)
|
||||
Setting.save_default(:ds_data_allowed, false)
|
||||
Setting.save_default(:key_data_allowed, true)
|
||||
|
||||
Setting.save_default(:dnskeys_min_count, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue