File: D:/HostingSpaces/SBogers10/liempde.ehbo.today/config/site.php
<?php
use App\KommaApp\Sites\SiteServiceInterface;
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'support@komma.pro',
// Komma
'company' => [
'url' => 'https://komma.pro',
'email' => 'info@ehbotoday.nl',
'name' => 'EHBO Today',
'address' => 'Randweg-zuid 1',
'city' => 'Budel',
'zip' => '6021 PW',
'country' => 'Nederland',
'phone' => [
'call' => '0031495496973',
'display' => '+31 (0)495 49 69 73',
],
'googleMaps' => [
'lat' => 51.2618222,
'lng' => 5.5965538,
]
],
'navigation' => [
'home',
],
'mobile_navigation' => [
'home',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000', 'localhost:8888', '192.168.60.104:8888'],
// 'lacom' => ['localhost:8001'],
]
];