Add docker files
[sdc/dcae-d/dt-be-main.git] / docker / docker_tools / chef-solo / cookbooks / Deploy-DCAE / attributes / default.rb
1 default['WORKSPACE_DIR'] = "/var/opt/dcae-tools/app"
2
3 default['DCAE']['BE'][:http_port] = 8082
4 default['DCAE']['BE'][:https_port] = 8444
5
6 default['disableHttp'] = true
7