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/medvalue.komma.pro/config/site.php
<?php

return [

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

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'support@komma.pro',

    // Komma
    'company' => [
        'url' => 'https://www.medvalue.nl',
        'name' => 'MedValue',
        'address' => 'Postbus 9101',
        'visitAddress' => 'Radboudumc<br/>Geert Grooteplein - Zuid 10 (route 558)',
        'zip' => '6500 HB',
        'city' => 'Nijmegen',
        'country' => 'Nederland',
        'phone' => [
            'call' => '0031243668170',
            'display' => '+31 (0)24 36 68170',
        ],
        'email' => 'info@medvalue.nl',

        'social' => [
//            'facebook' => 'https://www.facebook.com/KommaMediadesign/',
//            'instagram' => 'https://www.instagram.com/komma.pro/',
//            'linkedin' => 'https://www.linkedin.com/company/komma-web-and-branding-agency/',
        ],

        'googleMaps' => [
            'lat' => 51.8237207,
            'lng' => 5.8598403,
        ],

        'opening_hours' => [
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
        ]
    ],

    'navigation' => [
        'home',
        'about', 
        'whatIsBasic',
        'method',
        'services',
        'projects',
        'posts',
        'clients',
        'contact',
    ],
    'mobile_navigation' => [
        'home',
        'about',
        'whatIsBasic',
        'method',
        'services',
        'projects',
        'posts',
        'clients',
        'contact',
    ],

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