UNPKG

gpii-universal

Version:

Cross platform, core components of the GPII personalization infrastructure.

25 lines (17 loc) 694 B
--- # Common variables for universal shared between both # Docker and Vagrant builds # Please refer to https://github.com/idi-ops/ansible-nodejs/blob/master/defaults/main.yml # for documentation related to these variables nodejs_app_name: universal nodejs_preferences_server_port: 9081 nodejs_flow_manager_port: 9082 nodejs_couchdb_port: 5984 # Choose Node.js branch (lts or current) nodejs_branch: lts # If a specific Node.js version is needed, specify it here. If not defined, defaults to the latest within the branch. #nodejs_version: 8.x.y # If a specific npm version is needed, specify it here #nodejs_npm_version: 5.6.0 nodejs_app_start_script: gpii.js nodejs_app_git_clone: false