File: D:/HostingSpaces/SBogers10/structura.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
// 'mailTo' => 'structura@structura.nl',
'mailTo' => 'rob.hoeben@komma.pro',
// Komma
'company' => [
'url' => 'https://structura.nl',
'name' => 'Structura',
'address' => 'Slootsekuilen 36',
'zip' => '5986 PG',
'city' => 'Beringe',
'country' => 'Nederland',
'phone' => [
'call' => '0031773821132',
'display' => '+31 (0)77 382 11 32',
],
'fax' => '+31 (0)77 387 35 22',
'email' => 'info@structura.nl',
'social' => [
'facebook' => 'https://www.facebook.com/structura.nl/',
'instagram' => '',
'linkedin' => '',
],
'googleMaps' => [
'lat' => 51.335850,
'lng' => 5.927820,
],
// 'opening_hours' => [
// '08.30 - 17.00 uur',
// '08.30 - 17.00 uur',
// '08.30 - 17.00 uur',
// '08.30 - 17.00 uur',
// '08.30 - 17.00 uur',
// ]
],
'contactPerson' => [
'name' => 'Erik Smits',
'image' => '/img/contact-person.jpg',
],
'navigation' => [
'home',
'about',
'method',
'services',
'machinepark',
'references',
'posts',
'contact',
],
'mobile_navigation' => [
'home',
'about',
'method',
'services',
'machinepark',
'references',
'posts',
'contact',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];