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

return [

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

    'showGrid'        => false,
    'trackingCookies' => false,
    'mailTo'          => ['support@rentman.nl'],
    //    'mailTo'          => 'pascal@komma.pro',

    // See KMS / Site Config
    //    'login'          => 'http://rentmanapp.com',
    //    'trailForm'      => 'https://rentman.io/nl/probeer-gratis',
    //    'capterraLink'   => 'http://www.capterra.com/rental-software/spotlight/144616/Rentman/Rentman',
    //    'capterraRating' => '9',

    'terms' => '/files/rentman-terms-and-conditions.pdf?v=2',
    'terms_sale_of_goods' => '/uploads/files/rentman-terms-and-conditions-for-the-sale-of-goodsdocx.pdf',

    'company' => [
        'name'     => 'Rentman',
        'fullName' => 'Rentman B.V.',

        'kvk'     => '60733144',
        'ustIdNr' => 'NL126146664B01',
        'bank'    => 'NL07ABNA0435925709',
        'vat'     => 'NL854037391B01',
    ],

    'offices' => [
        'main' => [
            'address' => 'Drift 17',
            'zip'     => '3512 BR',
            'city'    => 'Utrecht',

            'googleMaps' => [
                'lat' => 52.0940361,
                'lng' => 5.12333,
            ],
        ],

        'canada' => [
            'address' => '192, Spadina Ave',
            'zip'     => 'ON M5T 2C2 Suite 505',
            'city'    => 'Toronto',
        ],
    ],

    'navigation' => [
        'customers',
        'pricing',
        'resources',
    ],

    'solutions_nav' => [
        'product_21' => [
            'product_8',
            'product_18',
            'product_28',
            'product_11',
            'product_16',
        ],
        'product_22' => [
            'product_26',
            'product_20',
            'product_30',
        ],
        'product_28' => [
            'product_23',
            'product_29',
            // 'product_30': Logistics - to be hidden for now
        ],
    ],

    'industries_nav' => [
        'solution_12',
        'solution_11',
        'solution_10',
        'solution_9',
        'solution_13',
    ],

    'company_nav' => [
        'about',
        'customers',
        'contact',
        'jobs',
    ],

    'resource_nav' => [
        'updates',
        'publicRoadmap',
        'posts',
        'webinars',
        'trainings',
        'support',
    ],

    'footerNavigation' => [
        //        'products',
        //        'solutions',

        'customers' => [
            'customers',
            'customerStories',
        ],

        'resources' => [
            'posts',
            'cases',
            'pricing',
            'support',
            'webinars',
            'dataSecurity',
            'referral_program_us',
            'impressum',
            'disclaimer',
        ],

        'rentman' => [
            [
                //                'status',
                'updates',
                'publicRoadmap',
            ],
            [
                'about',
                'jobs',
                'contact',
            ],
        ],

    ],

    'date_format' => [
        'en' => 'd/m/Y',
        'nl' => 'd-m-Y',
        'de' => 'd.m.Y',
        'fr' => 'd/m/Y',
        'it' => 'd-m-Y',
        'es' => 'd-m-Y',
        'ru' => 'd-m-Y',
    ],

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