aboutsummaryrefslogtreecommitdiffstats
path: root/docker/chef-repo/cookbooks/dcae-dt/attributes/default.rb
blob: 3670f23b68bd7615c2730a2f8091dcbcb273a186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
default['JETTY_BASE'] = "/var/lib/jetty"
default['JETTY_HOME'] = "/usr/local/jetty"
default['APP_LOG_DIR'] = "/opt/logs/dcae-dt"

default['DCAE']['BE'][:http_port] = 8082
default['DCAE']['BE'][:https_port] = 8444

default['DCAE']['FE'][:http_port] = 8183
default['DCAE']['FE'][:https_port] = 9444

default['DCAE']['DT'][:http_port] = 8186
default['DCAE']['DT'][:https_port] = 9446

default['jetty'][:keystore_pwd] = "!ppJ.JvWn0hGh)oVF]([Kv)^"
default['jetty'][:keymanager_pwd] = "!ppJ.JvWn0hGh)oVF]([Kv)^"
default['jetty'][:truststore_pwd] = "].][xgtze]hBhz*wy]}m#lf*"

default['disableHttp'] = true