apache #3

Merged
wmantly merged 4 commits from apache into master 2019-05-27 06:07:37 +00:00
Showing only changes of commit ace668ff8b - Show all commits

4
attributes/nodejs.rb Normal file
View File

@ -0,0 +1,4 @@
default['NodeJS']['version'] = 8
default['NodeJS']['working-dir'] = 'src/nodejs'
default['NodeJS']['exec_file'] = 'app.js'
default['NodeJS']['port'] = '8001'