File: /var/www/vhosts/creativefellows.nl/engage.creativefellows.nl/config/settings.en.php
<?php
$settings = [];
$settings["labels"] = [
"error_404" => [
"title" => "Page not found (404)",
"description" => "Sorry, we can’t seem to find what you’re looking for",
"image" => "/images/UNIVERGE-BLUE-Engage.png",
],
"chat" => [
0 => [
"proactive_url" => "https://pop2-ccs-webchat-api.serverdata.net/script/chat?cid=nec-nl-demo-com&qid=638741",
"reactive_url" => "https://pop2-ccs-webchat-api.serverdata.net/manage?cid=nec-nl-demo-com&qid=638741",
"callback_url" => "https://pop2-ccs-webchat-api.serverdata.net/manage?cid=nec-nl-demo-com&qid=638309",
],
1 => [
"proactive_url" => "https://pop1-ccs-webchat-api.serverdata.net/script/chat?cid=nec-internal-cp&qid=649265",
"reactive_url" => "https://pop1-ccs-webchat-api.serverdata.net/manage?cid=nec-internal-cp&qid=649265",
"callback_url" => "https://pop1-ccs-webchat-api.serverdata.net/manage?cid=nec-internal-cp&qid=649265",
]
],
"navigation" =>[
"about" => "UNIVERGE BLUE",
"contact" => "Contact",
"call" => "Call us now",
]
];
return $settings;