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

use App\KommaApp\Sites\SiteServiceInterface;

return [

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

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

    // Komma
    'company' => [
        'url' => 'https://komma.pro',
        'email' => 'info@ehbocranendonck.nl',
        'unsubscribe_mail' => 'evenementen@ehbocranendonck.nl',
        'name'          => 'EHBO Cranendonck',
        'address'       => 'De Populier 12',
        'city'          => 'Budel',
        'zip'           => '6021 NC',
        'country'       => 'Nederland',
        'phone' => [
            'call' => '0031495496973',
            'display' => '+31 (0)495 49 69 73',
        ],
        'googleMaps' => [
            'lat' => 51.2618222,
            'lng' => 5.5965538,
        ]
    ],

    'navigation' => [
        'home',
    ],

    'mobile_navigation' => [
        'home',
    ],

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