<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
// Komma
'company' => [
'url' => 'https://komma.pro'
],
'navigation' => [
'home',
'about',
'engineering',
'production',
'quality',
'projects',
'machinepark',
'posts',
'contact',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];