Fix seeds.rb

#460
This commit is contained in:
Artur Beljajev 2017-04-11 09:57:09 +03:00
parent 8387fa5c44
commit 4ff84f1993

View file

@ -35,13 +35,13 @@ ActiveRecord::Base.transaction do
) )
ZonefileSetting.create!( ZonefileSetting.create!(
origin: 'com', origin: 'tld',
ttl: 43200, ttl: 43200,
refresh: 3600, refresh: 3600,
retry: 900, retry: 900,
expire: 1209600, expire: 1209600,
minimum_ttl: 3600, minimum_ttl: 3600,
email: 'example.com', email: 'admin.domain.tld',
master_nameserver: 'example.com' master_nameserver: 'ns.tld'
) )
end end