File: D:/HostingSpaces/Eurotools/euro-tools.nl/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'mailTo' => 'info@euro-tools.nl',
// Komma
'company' => [
'url' => 'https://komma.pro',
'name' => 'Komma',
'address' => 'Randweg-Zuid 1',
'zip' => '6021PW',
'city' => 'Budel',
'country' => 'Nederland',
'phone' => [
'call' => '0031495599411',
'display' => '+31 (0)495 59 94 11',
],
'googleMaps' => [
'lat' => 51.2618222,
'lng' => 5.5965538,
]
],
'navigation' => [
'home',
'about',
'products',
'customerservice',
'contact'
],
'mobile_navigation' => [
'home',
'about',
'customerservice',
'contact'
],
'footer_navigation' => [
'home',
'about',
'products',
'customerservice',
'contact'
],
'footer_service_navigation' => [
'FAQ',
'shipping',
'payment',
'privacy',
'customerservice',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];