mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
Fix some epp tests
This commit is contained in:
parent
a740ed34f3
commit
f63eb66f02
6 changed files with 83 additions and 39 deletions
|
@ -9,4 +9,7 @@ class Setting < ActiveRecord::Base
|
|||
ALLOW_DS_DATA = 'allow_ds_data'
|
||||
ALLOW_DS_DATA_WITH_KEYS = 'allow_ds_data_with_keys'
|
||||
ALLOW_KEY_DATA = 'allow_key_data'
|
||||
DNSKEYS_MAX_COUNT = 'dnskeys_max_count'
|
||||
DNSKEYS_MIN_COUNT = 'dnskeys_min_count'
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue