mirror of
https://github.com/mitchell/shortnr.git
synced 2025-12-18 22:07:21 +00:00
Refactor to delegate pattern
This commit is contained in:
parent
e212eee751
commit
b492d338cd
5 changed files with 53 additions and 42 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
|
@ -14,7 +14,7 @@ Vagrant.configure('2') do |config| # rubocop:disable Metrics/BlockLength
|
|||
dev.vm.network 'private_network', ip: '192.168.50.11'
|
||||
|
||||
dev.vm.provider 'virtualbox' do |vb|
|
||||
vb.memory = '2048'
|
||||
vb.memory = '4096'
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ Vagrant.configure('2') do |config| # rubocop:disable Metrics/BlockLength
|
|||
prod.vm.network 'private_network', ip: '192.168.50.10'
|
||||
|
||||
prod.vm.provider 'virtualbox' do |vb|
|
||||
vb.memory = '2048'
|
||||
vb.memory = '4096'
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue