File: D:/HostingSpaces/SBogers10/spire-checkout.komma-mediadesign.nl/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
// 'mailTo' => 'info@spire-corp.com',
'mailTo' => 'pascal@komma.pro',
'spire' => [
'url' => 'http://www.spire.komma-mediadesign.nl',
'email' => 'info@spire-corp.com',
'name' => 'Spire Corp',
'address' => 'Rondven 38',
'zip' => '6026PX',
'city' => 'Maarheeze',
'country' => 'Nederland',
'phone' => [
'call' => '0031495596511',
'display' => '+31 (0)495 59 65 11',
],
],
'x2' => [
'url' => 'http://www.spirex2.komma-mediadesign.nl',
'email' => 'info@x2products.com',
'name' => 'X2 Products',
'address' => 'Rondven 38',
'zip' => '6026PX',
'city' => 'Maarheeze',
'country' => 'Nederland',
'phone' => [
'call' => '0031495596511',
'display' => '+31 (0)495 59 65 11',
],
],
'navigation' => [
'home',
'company',
'products',
'media',
'support',
'reseller',
'contact',
],
//
// 'mobile_navigation' => [
// 'home',
// 'posts'
// ],
// Key is the slug of the desired site
'domains' => [
'development' => [
'spire' => ['spire-checkout.komma-mediadesign.nl'],
'x2' => ['spirex2-checkout.komma-mediadesign.nl'],
],
'production' => [
'spire' => ['shop.spire-corp.com'],
'x2' => ['shop.x2products.com'],
],
]
];