HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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'],
        ],

    ]
];