File: D:/HostingSpaces/SBogers10/somerenslust.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'name' => 'Somerens Lust',
'facebook' => 'https://www.facebook.com/MuziekverenigingSomerensLust',
'youtube' => 'https://www.youtube.com/channel/UCbGP7B9bj_3LdjPAn3NX_WA/featured',
'flickr' => 'https://www.flickr.com/photos/145231944@N07/albums/with/72157690259972925',
'navigation' => [
'home',
'actual',
'band',
'relation',
'contact',
],
'corporation_parts' => [
'orchestra',
'percussion',
'education',
'jazzAcademy',
],
'mobile_navigation' => [
'home',
'posts'
],
'mobile_nav' => [
[
'home',
'news',
'calender',
'akkoords',
'band',
'relation',
'contact',
],
[
'orchestra',
'percussion',
'education',
'jazzAcademy',
],
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];