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

return [

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

    'showGrid'        => false,
    'trackingCookies' => false,
    'mailTo'          => 'info@netwerkbrabant.nl',
//    'mailTo'          => 'pascal@komma.pro',

    'membershipProductCode' => 'P0012',
    'memberPrice' => 175,

    // Komma
    'company'         => [
        'url'        => 'https://netwerkbrabant.nl',
        'url_www'        => 'www.netwerkbrabant.nl',
        'url_name'        => 'netwerkbrabant.nl',
        'name'       => 'Netwerk Brabant',
        'address'    => 'Munselstraat 20',
        'zip'        => '5045 DC',
        'city'       => 'Tilburg',
        'country'    => 'Nederland',
        'email'      => 'info@netwerkbrabant.nl',

        'kvk' => '67684548',
        'btw' => 'NL857129089B01',
        'iBan' => 'NL72ABNA0841789223',

        'phone'      => [
            'call'    => '0850434883',
            'display' => '085 – 043 4883',
        ],
        'googleMaps' => [
            'lat' => 51.2618222,
            'lng' => 5.5965538,
        ],

        'socials' => [
            'facebook'  => 'https://www.facebook.com/netwerkbrabant/',
            'instagram' => 'https://www.instagram.com/netwerkbrabant/',
            'linkedin'  => 'https://www.linkedin.com/company/netwerk-brabant/',
            'twitter'   => 'https://twitter.com/netwerkbrabant',
        ],

        'invoice' => [
            'address' => 'Postbus 2190',
            'zip' => '5001 CD',
            'city' => 'Tilburg',
        ]
    ],

    'paymentMethods' => [
        \App\KommaApp\Payments\PaymentService::PAYMENT_METHOD_IDEAL,
        \App\KommaApp\Payments\PaymentService::PAYMENT_METHOD_BANK_TRANSFER,
    ],

    'navigation' => [
        'home',
        'events',
        'courses',
        'magazine',
    ],

    'footerNavigation' => [
        'about',
        'events',
        'courses',
        'magazine',
        'news',
        'wantToAdvertise',
        'magazineHistory',
        'companies',
        'questions',
        'contact',
    ],

    'overlayNavigation' => [
        'primary'=> [
            'home',
            'events',
            'courses',
            'magazine',
            'news',
            'about',
            'companies',
            'questions',
            'contact',
            ],
        'secondary'=> [
            'wantToAdvertise',
            'magazineHistory',

            'legal',
            'privacy',
            'disclaimer'
        ],
    ],

    'contact-persons' => [
        'erik'    => [
            'name'     => 'Erik van Os',
            'function' => 'Buitenbaas',
            'image'    => '/img/contactPersons/erik.jpg?v=2',
        ],
        'marieke' => [
            'name'     => 'Marieke van Os',
            'function' => 'Binnenbaas',
            'image'    => '/img/contactPersons/marieke.jpg?v=2',
        ],
    ],

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