mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
parent
b2ab59bb7d
commit
eaaaedaca9
1 changed files with 0 additions and 11 deletions
11
db/seeds.rb
11
db/seeds.rb
|
@ -33,15 +33,4 @@ ActiveRecord::Base.transaction do
|
|||
country_code: 'US',
|
||||
roles: ['admin']
|
||||
)
|
||||
|
||||
ZonefileSetting.create!(
|
||||
origin: 'tld',
|
||||
ttl: 43200,
|
||||
refresh: 3600,
|
||||
retry: 900,
|
||||
expire: 1209600,
|
||||
minimum_ttl: 3600,
|
||||
email: 'admin.domain.tld',
|
||||
master_nameserver: 'ns.tld'
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue