mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Add epp log view
This commit is contained in:
parent
360c2d3db8
commit
0544dbd3ff
13 changed files with 114 additions and 16 deletions
15
db/seeds.rb
15
db/seeds.rb
|
@ -61,16 +61,9 @@ User.where(
|
|||
country: Country.where(name: 'Estonia').first
|
||||
).first_or_create
|
||||
|
||||
Setting.ds_algorithm = 2
|
||||
Setting.ds_data_allowed = true
|
||||
Setting.ds_data_with_key_allowed = true
|
||||
Setting.key_data_allowed = true
|
||||
|
||||
Setting.dnskeys_min_count = 0
|
||||
Setting.dnskeys_max_count = 9
|
||||
Setting.ns_min_count = 2
|
||||
Setting.ns_max_count = 11
|
||||
|
||||
Setting.transfer_wait_time = 0
|
||||
Role.create(code: 'admin')
|
||||
Role.create(code: 'user')
|
||||
Role.create(code: 'customer_service')
|
||||
|
||||
User.update_all(role_id: Role.first.id)
|
||||
# Setting.whois_enabled = true only uncomment this if you wish whois
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue