Skip to content

Commit

Permalink
Issue #320 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-yee authored Oct 26, 2023
1 parent a33a1cd commit f23269a
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ ephox {
allowed-origins {
origins = [

"http://{{ dmgr_hostname }}",
"https://{{ dmgr_hostname }}",
"http://{{ dmgr_hostname }}:9081",
"https://{{ dmgr_hostname }}:9444"
"http://{{ cnx_application_ingress }}",
"https://{{ cnx_application_ingress }}",
"http://{{ cnx_component_pack_ingress }}",
"https://{{ cnx_component_pack_ingress }}",
"http://{{ ic_internal }}",
"https://{{ ic_internal }}"
"http://{{ ic_internal }}:9081",
"https://{{ ic_internal }}:9444"

]
}
http {
websphere.use-ssl-config = false
trust-all-cert = true
websphere.use-ssl-config = true
}
}

0 comments on commit f23269a

Please sign in to comment.