Skip to content

Commit

Permalink
Fix nethcti TCP and TLS ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Oct 13, 2023
1 parent 657f31e commit 4532234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nethcti-server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ FILE=/etc/nethcti/services.json
cat > $FILE <<EOF
{
"tcp": {
"port": "NETHCTI_TCP_PORT",
"port": "${NETHCTI_TCP_PORT}",
"base_templates": "http://${NETHVOICE_HOST}/webrest/static/templates/notification_popup"
},
"tls": {
"port": "NETHCTI_TLS_PORT",
"port": "${NETHCTI_TLS_PORT}",
"key": "/etc/certificates/NethServer.key",
"cert": "/etc/certificates/NethServer.crt"
},
Expand Down

0 comments on commit 4532234

Please sign in to comment.