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/zipwire/zipwire.nl/config/site.php
<?php

return [

    /* Basic settings
       ========================================================================== */

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'outdoor@zipwire.nl',

    'company' => [
        'url' => 'https://zipwire.nl',
        'name' => 'Zipwire',
        'subname' => 'Outdoorcentrum Zipwire',
        'address' => 'Esscheweg 78',
        'zip' => '5271 NA',
        'city' => 'Sint-Michielsgestel',
        'country' => 'Nederland',
        'phone' => [
            'call' => '0031627552549',
            'display' => '+31 (0)6 27 55 25 49',
        ],

        'post_address' => [
            'name' => 'Postadres',
            'address' => 'Eind 37',
            'zip' => '6017 BG',
            'city' => 'Thorn',
            'country' => 'Nederland',
        ],

        'email' => 'outdoor@zipwire.nl',
        'kvk_nr' => '41066885',
        'btw_nr' => '0066.62.973.B01',
        'iban_nr' => 'NL15 RABO 0151 0148 17',

        'googleMaps' => [
            'lat' => 51.626750,
            'lng' => 5.332850,
        ],


    ],

    'contactPerson' => [
        'name' => 'Bram Houben',
        'image' => '/img/contact-person.jpg',
    ],

    'navigation' => [
        'home',
        'about', 
        'projects',
        'services',
        'prices',
        'references',
        'contact',
    ],
    'mobile_navigation' => [
        'home',
        'about',
        'projects',
        'services',
        'prices',
        'references',
        'contact',
    ],

    // Key is the slug of the desired site
    'domains' => [
        'default' => ['localhost:8000'],
        'lacom' => ['localhost:8001'],
    ]
];