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/boldt.komma.pro/config/kms.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | KMS App Name
    |--------------------------------------------------------------------------
    |
    | This value is the name of your application. This value is used when the
    | framework needs to display the name of the application within the UI
    | or in other locations. Of course, you're free to change the value.
    |
    */

    'name' => 'Komma management systeem',


    /*
    |--------------------------------------------------------------------------
    | Application Locale Configuration
    |--------------------------------------------------------------------------
    |
    | The application locale determines the default locale that will be used
    | by the translation service provider. You are free to set this value
    | to any of the locales which will be supported by the application.
    |
    */

    'locale' => 'nl',

    /*
    |--------------------------------------------------------------------------
    | KMS Path
    |--------------------------------------------------------------------------
    |
    | This is the URI path where KMS will be accessible from. Feel free to
    | change this path to anything you like. Note that this URI will not
    | affect Kms's internal API routes which aren't exposed to users.
    |
    | TODO: make sure the above is correct ;)
    |
    */

    'path' => 'kms',

];