mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Merge branch 'registry-460' into registry-475-refactor-zones
# Conflicts: # db/seeds.rb
This commit is contained in:
commit
eeb4849c1e
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',
|
country_code: 'US',
|
||||||
roles: ['admin']
|
roles: ['admin']
|
||||||
)
|
)
|
||||||
|
|
||||||
DNS::Zone.create!(
|
|
||||||
origin: 'tld',
|
|
||||||
ttl: 43200,
|
|
||||||
refresh: 3600,
|
|
||||||
retry: 900,
|
|
||||||
expire: 1209600,
|
|
||||||
minimum_ttl: 3600,
|
|
||||||
email: 'admin.domain.tld',
|
|
||||||
master_nameserver: 'ns.tld'
|
|
||||||
)
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue