vagrant and chef install everything
This commit is contained in:
5
ops/cookbooks/vendor/t42-common/attributes/nodejs.rb
vendored
Normal file
5
ops/cookbooks/vendor/t42-common/attributes/nodejs.rb
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
default['nodejs']['env_path'] = "/opt/theta42/#{node['app']['name']}/env/node"
|
||||
default['NodeJS']['install_version'] = 12
|
||||
default['NodeJS']['working-dir'] = 'src/nodejs'
|
||||
default['NodeJS']['exec_file'] = 'app.js'
|
||||
default['NodeJS']['port'] = '8001'
|
Reference in New Issue
Block a user