Duffer Derek

Current Path : /var/www/invoice-sync.bitkit.dk/httpdocs/bootstrap/cache/
Upload File :
Current File : /var/www/invoice-sync.bitkit.dk/httpdocs/bootstrap/cache/config.php

<?php return array (
  'Economic' => 
  array (
    'client' => 
    array (
      'Properties' => 
      array (
        'name' => 'name',
        'address' => 'address',
        'email' => 'email',
        'currency' => 'currency',
        'customerGroup' => 'customerGroup',
        'paymentTerms' => 'paymentTerms',
        'vatZone' => 'vatZone',
      ),
    ),
  ),
  'app' => 
  array (
    'name' => 'PhasesInvoiceSync',
    'env' => 'staging',
    'debug' => true,
    'url' => 'https://invoice-sync.bitkit.dk/',
    'asset_url' => NULL,
    'timezone' => 'UTC',
    'locale' => 'en',
    'fallback_locale' => 'en',
    'faker_locale' => 'en_US',
    'key' => 'base64:7TcNwBnYaC2wMFr+ZyN4xn9qMZNbVr/H02xHXiczRyA=',
    'cipher' => 'AES-256-CBC',
    'providers' => 
    array (
      0 => 'Illuminate\\Auth\\AuthServiceProvider',
      1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
      2 => 'Illuminate\\Bus\\BusServiceProvider',
      3 => 'Illuminate\\Cache\\CacheServiceProvider',
      4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
      5 => 'Illuminate\\Cookie\\CookieServiceProvider',
      6 => 'Illuminate\\Database\\DatabaseServiceProvider',
      7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
      8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
      9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
      10 => 'Illuminate\\Hashing\\HashServiceProvider',
      11 => 'Illuminate\\Mail\\MailServiceProvider',
      12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
      13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
      14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
      15 => 'Illuminate\\Queue\\QueueServiceProvider',
      16 => 'Illuminate\\Redis\\RedisServiceProvider',
      17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
      18 => 'Illuminate\\Session\\SessionServiceProvider',
      19 => 'Illuminate\\Translation\\TranslationServiceProvider',
      20 => 'Illuminate\\Validation\\ValidationServiceProvider',
      21 => 'Illuminate\\View\\ViewServiceProvider',
      22 => 'App\\Providers\\AppServiceProvider',
      23 => 'App\\Providers\\AuthServiceProvider',
      24 => 'App\\Providers\\EventServiceProvider',
      25 => 'App\\Providers\\RouteServiceProvider',
    ),
    'aliases' => 
    array (
      'App' => 'Illuminate\\Support\\Facades\\App',
      'Arr' => 'Illuminate\\Support\\Arr',
      'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
      'Auth' => 'Illuminate\\Support\\Facades\\Auth',
      'Blade' => 'Illuminate\\Support\\Facades\\Blade',
      'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
      'Bus' => 'Illuminate\\Support\\Facades\\Bus',
      'Cache' => 'Illuminate\\Support\\Facades\\Cache',
      'Config' => 'Illuminate\\Support\\Facades\\Config',
      'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
      'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
      'Date' => 'Illuminate\\Support\\Facades\\Date',
      'DB' => 'Illuminate\\Support\\Facades\\DB',
      'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
      'Event' => 'Illuminate\\Support\\Facades\\Event',
      'File' => 'Illuminate\\Support\\Facades\\File',
      'Gate' => 'Illuminate\\Support\\Facades\\Gate',
      'Hash' => 'Illuminate\\Support\\Facades\\Hash',
      'Http' => 'Illuminate\\Support\\Facades\\Http',
      'Js' => 'Illuminate\\Support\\Js',
      'Lang' => 'Illuminate\\Support\\Facades\\Lang',
      'Log' => 'Illuminate\\Support\\Facades\\Log',
      'Mail' => 'Illuminate\\Support\\Facades\\Mail',
      'Notification' => 'Illuminate\\Support\\Facades\\Notification',
      'Password' => 'Illuminate\\Support\\Facades\\Password',
      'Queue' => 'Illuminate\\Support\\Facades\\Queue',
      'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter',
      'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
      'Request' => 'Illuminate\\Support\\Facades\\Request',
      'Response' => 'Illuminate\\Support\\Facades\\Response',
      'Route' => 'Illuminate\\Support\\Facades\\Route',
      'Schema' => 'Illuminate\\Support\\Facades\\Schema',
      'Session' => 'Illuminate\\Support\\Facades\\Session',
      'Storage' => 'Illuminate\\Support\\Facades\\Storage',
      'Str' => 'Illuminate\\Support\\Str',
      'URL' => 'Illuminate\\Support\\Facades\\URL',
      'Validator' => 'Illuminate\\Support\\Facades\\Validator',
      'View' => 'Illuminate\\Support\\Facades\\View',
    ),
  ),
  'auth' => 
  array (
    'defaults' => 
    array (
      'guard' => 'web',
      'passwords' => 'users',
    ),
    'guards' => 
    array (
      'web' => 
      array (
        'driver' => 'session',
        'provider' => 'users',
      ),
      'sanctum' => 
      array (
        'driver' => 'sanctum',
        'provider' => NULL,
      ),
    ),
    'providers' => 
    array (
      'users' => 
      array (
        'driver' => 'eloquent',
        'model' => 'App\\Models\\User',
      ),
    ),
    'passwords' => 
    array (
      'users' => 
      array (
        'provider' => 'users',
        'table' => 'password_resets',
        'expire' => 60,
        'throttle' => 60,
      ),
    ),
    'password_timeout' => 10800,
  ),
  'broadcasting' => 
  array (
    'default' => 'log',
    'connections' => 
    array (
      'pusher' => 
      array (
        'driver' => 'pusher',
        'key' => '',
        'secret' => '',
        'app_id' => '',
        'options' => 
        array (
          'cluster' => 'mt1',
          'useTLS' => true,
        ),
      ),
      'ably' => 
      array (
        'driver' => 'ably',
        'key' => NULL,
      ),
      'redis' => 
      array (
        'driver' => 'redis',
        'connection' => 'default',
      ),
      'log' => 
      array (
        'driver' => 'log',
      ),
      'null' => 
      array (
        'driver' => 'null',
      ),
    ),
  ),
  'cache' => 
  array (
    'default' => 'file',
    'stores' => 
    array (
      'apc' => 
      array (
        'driver' => 'apc',
      ),
      'array' => 
      array (
        'driver' => 'array',
        'serialize' => false,
      ),
      'database' => 
      array (
        'driver' => 'database',
        'table' => 'cache',
        'connection' => NULL,
        'lock_connection' => NULL,
      ),
      'file' => 
      array (
        'driver' => 'file',
        'path' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/framework/cache/data',
      ),
      'memcached' => 
      array (
        'driver' => 'memcached',
        'persistent_id' => NULL,
        'sasl' => 
        array (
          0 => NULL,
          1 => NULL,
        ),
        'options' => 
        array (
        ),
        'servers' => 
        array (
          0 => 
          array (
            'host' => '127.0.0.1',
            'port' => 11211,
            'weight' => 100,
          ),
        ),
      ),
      'redis' => 
      array (
        'driver' => 'redis',
        'connection' => 'cache',
        'lock_connection' => 'default',
      ),
      'dynamodb' => 
      array (
        'driver' => 'dynamodb',
        'key' => '',
        'secret' => '',
        'region' => 'us-east-1',
        'table' => 'cache',
        'endpoint' => NULL,
      ),
      'octane' => 
      array (
        'driver' => 'octane',
      ),
    ),
    'prefix' => 'phasesinvoicesync_cache',
  ),
  'cors' => 
  array (
    'paths' => 
    array (
      0 => 'api/*',
      1 => 'sanctum/csrf-cookie',
    ),
    'allowed_methods' => 
    array (
      0 => '*',
    ),
    'allowed_origins' => 
    array (
      0 => '*',
    ),
    'allowed_origins_patterns' => 
    array (
    ),
    'allowed_headers' => 
    array (
      0 => '*',
    ),
    'exposed_headers' => 
    array (
    ),
    'max_age' => 0,
    'supports_credentials' => false,
  ),
  'database' => 
  array (
    'default' => 'mysql',
    'connections' => 
    array (
      'sqlite' => 
      array (
        'driver' => 'sqlite',
        'url' => NULL,
        'database' => 'phases_economic',
        'prefix' => '',
        'foreign_key_constraints' => true,
      ),
      'mysql' => 
      array (
        'driver' => 'mysql',
        'url' => NULL,
        'host' => '127.0.0.1',
        'port' => '3306',
        'database' => 'phases_economic',
        'username' => 'phases_economic_user',
        'password' => 'U2Su8Ly8ht@@1xU5',
        'unix_socket' => '',
        'charset' => 'utf8mb4',
        'collation' => 'utf8mb4_unicode_ci',
        'prefix' => '',
        'prefix_indexes' => true,
        'strict' => true,
        'engine' => NULL,
        'options' => 
        array (
        ),
      ),
      'pgsql' => 
      array (
        'driver' => 'pgsql',
        'url' => NULL,
        'host' => '127.0.0.1',
        'port' => '3306',
        'database' => 'phases_economic',
        'username' => 'phases_economic_user',
        'password' => 'U2Su8Ly8ht@@1xU5',
        'charset' => 'utf8',
        'prefix' => '',
        'prefix_indexes' => true,
        'schema' => 'public',
        'sslmode' => 'prefer',
      ),
      'sqlsrv' => 
      array (
        'driver' => 'sqlsrv',
        'url' => NULL,
        'host' => '127.0.0.1',
        'port' => '3306',
        'database' => 'phases_economic',
        'username' => 'phases_economic_user',
        'password' => 'U2Su8Ly8ht@@1xU5',
        'charset' => 'utf8',
        'prefix' => '',
        'prefix_indexes' => true,
      ),
    ),
    'migrations' => 'migrations',
    'redis' => 
    array (
      'client' => 'phpredis',
      'options' => 
      array (
        'cluster' => 'redis',
        'prefix' => 'phasesinvoicesync_database_',
      ),
      'default' => 
      array (
        'url' => NULL,
        'host' => '127.0.0.1',
        'password' => NULL,
        'port' => '6379',
        'database' => '0',
      ),
      'cache' => 
      array (
        'url' => NULL,
        'host' => '127.0.0.1',
        'password' => NULL,
        'port' => '6379',
        'database' => '1',
      ),
    ),
  ),
  'filesystems' => 
  array (
    'default' => 'local',
    'disks' => 
    array (
      'local' => 
      array (
        'driver' => 'local',
        'root' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/app',
      ),
      'public' => 
      array (
        'driver' => 'local',
        'root' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/app/public',
        'url' => 'https://invoice-sync.bitkit.dk//storage',
        'visibility' => 'public',
      ),
      's3' => 
      array (
        'driver' => 's3',
        'key' => '',
        'secret' => '',
        'region' => 'us-east-1',
        'bucket' => '',
        'url' => NULL,
        'endpoint' => NULL,
        'use_path_style_endpoint' => false,
      ),
    ),
    'links' => 
    array (
      '/var/www/invoice-sync.bitkit.dk/httpdocs/public/storage' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/app/public',
    ),
  ),
  'general' => 
  array (
    'economic_soap_url' => 'https://api.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL',
    'username' => 'phases@phases.dk',
    'password' => 'p@@%MOCCVje254VE',
    'podio_client_api' => 
    array (
      'id' => 'podio-to-podio-data-move',
      'secret' => 'DPDgE6oPzzqaOYzNbIpaEksXAJYibn2SD7muoeuyINHjq3QCRoUpicCYtPteJewV',
    ),
    'economic' => 
    array (
      'appSecretToken' => '3KKAda8MmxNcVP3iwGX89uzdvBHaCGDirBu1VqdJjkc',
      'grantToken' => 'FtHlIdsBEjGgJCOJLnt1BICMwMmUyMBftyCP12bONQ4',
    ),
    'url' => 
    array (
      'booked' => 'https://restapi.e-conomic.com/invoices/booked/',
      'draft' => 'https://restapi.e-conomic.com/invoices/drafts/',
    ),
  ),
  'hashing' => 
  array (
    'driver' => 'bcrypt',
    'bcrypt' => 
    array (
      'rounds' => 10,
    ),
    'argon' => 
    array (
      'memory' => 65536,
      'threads' => 1,
      'time' => 4,
    ),
  ),
  'logging' => 
  array (
    'default' => 'daily',
    'deprecations' => 'null',
    'channels' => 
    array (
      'stack' => 
      array (
        'driver' => 'stack',
        'channels' => 
        array (
          0 => 'single',
        ),
        'ignore_exceptions' => false,
      ),
      'single' => 
      array (
        'driver' => 'single',
        'path' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/logs/laravel.log',
        'level' => 'debug',
      ),
      'daily' => 
      array (
        'driver' => 'daily',
        'path' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/logs/laravel.log',
        'level' => 'debug',
        'days' => 14,
      ),
      'slack' => 
      array (
        'driver' => 'slack',
        'url' => NULL,
        'username' => 'Laravel Log',
        'emoji' => ':boom:',
        'level' => 'critical',
      ),
      'papertrail' => 
      array (
        'driver' => 'monolog',
        'level' => 'debug',
        'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
        'handler_with' => 
        array (
          'host' => NULL,
          'port' => NULL,
        ),
      ),
      'stderr' => 
      array (
        'driver' => 'monolog',
        'level' => 'debug',
        'handler' => 'Monolog\\Handler\\StreamHandler',
        'formatter' => NULL,
        'with' => 
        array (
          'stream' => 'php://stderr',
        ),
      ),
      'syslog' => 
      array (
        'driver' => 'syslog',
        'level' => 'debug',
      ),
      'errorlog' => 
      array (
        'driver' => 'errorlog',
        'level' => 'debug',
      ),
      'null' => 
      array (
        'driver' => 'monolog',
        'handler' => 'Monolog\\Handler\\NullHandler',
      ),
      'emergency' => 
      array (
        'path' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/logs/laravel.log',
      ),
    ),
  ),
  'mail' => 
  array (
    'default' => 'smtp',
    'mailers' => 
    array (
      'smtp' => 
      array (
        'transport' => 'smtp',
        'host' => 'smtp.sendgrid.net',
        'port' => '587',
        'encryption' => NULL,
        'username' => 'apikey',
        'password' => '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',
        'timeout' => NULL,
        'auth_mode' => NULL,
      ),
      'ses' => 
      array (
        'transport' => 'ses',
      ),
      'mailgun' => 
      array (
        'transport' => 'mailgun',
      ),
      'postmark' => 
      array (
        'transport' => 'postmark',
      ),
      'sendmail' => 
      array (
        'transport' => 'sendmail',
        'path' => '/usr/sbin/sendmail -t -i',
      ),
      'log' => 
      array (
        'transport' => 'log',
        'channel' => NULL,
      ),
      'array' => 
      array (
        'transport' => 'array',
      ),
      'failover' => 
      array (
        'transport' => 'failover',
        'mailers' => 
        array (
          0 => 'smtp',
          1 => 'log',
        ),
      ),
    ),
    'from' => 
    array (
      'address' => 'testsmtp@phasesdev.dk',
      'name' => 'PhasesInvoiceSync',
    ),
    'markdown' => 
    array (
      'theme' => 'default',
      'paths' => 
      array (
        0 => '/var/www/invoice-sync.bitkit.dk/httpdocs/resources/views/vendor/mail',
      ),
    ),
  ),
  'podio' => 
  array (
    'user_auth' => 
    array (
      'username' => 'phases@phases.dk',
      'password' => 'p@@%MOCCVje254VE',
      'user_id' => '4636094',
      'profile_id' => '194946451',
    ),
    'app_auth' => 
    array (
      'product' => 
      array (
        'app_id' => 29609901,
        'app_secret' => 'd0fd4cae3621f02f54f79e4b313eacc5',
      ),
      'invoice' => 
      array (
        'app_id' => 29613626,
        'app_secret' => '31933c98da45de7e211d22e38f2c6fea',
      ),
      'client' => 
      array (
        'app_id' => 1586143,
        'app_secret' => '689b453ee0c84704b9f56b316413697d',
      ),
      'invoiceLine' => 
      array (
        'app_id' => 29610275,
        'app_secret' => 'ae3a3c30398445dd88f87fa4955a1cbb',
      ),
      'ticketAppRegistry' => 
      array (
        'app_id' => 23183637,
        'app_secret' => '5c2b8ef6028d4707b833bd67649d6cc1',
      ),
    ),
  ),
  'podio_apps' => 
  array (
    'client' => 
    array (
      'apps_credentials' => 
      array (
        'app_id' => '1586143',
        'app_secret' => '689b453ee0c84704b9f56b316413697d',
      ),
      'external_ids' => 
      array (
        'comapny_name' => 'organisation-name',
        'debtor_no' => 'debtor-number',
        'status' => 'status',
        'company_phone' => 'phone',
        'company_address' => 'address',
        'city' => 'city',
        'country' => 'country-2',
        'postal_code' => 'postalcode',
        'company_website' => 'website',
        'primary_contact' => 'primary-contact',
        'finance_contact' => 'finance-contact',
        'other_contacts' => 'other-contacts',
        'contact_name' => 'contact-name',
        'contact_title' => 'title',
        'contact_email' => 'contact-email',
        'invoice_email' => 'invoice-email',
        'tax_no' => 'cvr',
        'ean' => 'ean',
        'mobile' => 'mobile-phone',
      ),
      'category_options' => 
      array (
        'status' => 
        array (
          'lead' => 
          array (
            1 => 'Lead',
          ),
          'client' => 
          array (
            2 => 'Client',
          ),
          'lost' => 
          array (
            3 => 'Lost',
          ),
          'inactive' => 
          array (
            4 => 'Inactive ',
          ),
          'service_provider' => 
          array (
            5 => 'Service Provider',
          ),
        ),
        'country' => 
        array (
        ),
      ),
    ),
    'fixedDealLines' => 
    array (
      'apps_credentials' => 
      array (
        'app_id' => '23284760',
        'app_secret' => '36bc8539ee5f4f2494831c7b330eff5c',
      ),
      'external_ids' => 
      array (
        'title' => 'title',
        'status' => 'status-2',
        'product_item' => 'product-item',
        'description' => 'description',
        'quantity' => 'e-quantity',
        'unit' => 'e-unit	',
        'sales_price' => 'e-sales-price',
        'discount' => 'e-discount',
        'total_price' => 'total-price',
        'invoice_id' => 'e-invoice-id',
        'invoiceLine_no' => 'e-invoiceline-no',
      ),
      'category_options' => 
      array (
        'status' => 
        array (
          'not_accepted' => 1,
          'accepted' => 2,
        ),
        'product_unit' => 
        array (
          'hours' => 1,
          'stk.' => 2,
          'timer' => 3,
          'pcs.' => 4,
          'meter' => 5,
        ),
      ),
    ),
    'invoice' => 
    array (
      'apps_credentials' => 
      array (
        'app_id' => '28002541',
        'app_secret' => 'dbcd0a866ab446a0b6f9bddbdfcf03e8',
      ),
      'external_ids' => 
      array (
        'title' => 'title',
        'invoice_id' => 'e-invoice-id',
        'draft_no' => 'e-invoice-draft-no',
        'invoice_no' => 'e-invoice-no',
        'credit_note_no' => 'credit-note-number',
        'client' => 'client',
        'deal' => 'deal',
        'items_being_invoiced' => 'items-being-invoiced',
        'invoice_sent_date' => 'invoice-sent-date',
        'due_date' => 'due-date',
        'invoice_status' => 'invoice-status',
        'payment_status' => 'payment-status',
        'currency' => 'curency',
        'tot_ammount_ex_vat' => 'total-amount-ex-vat-4',
        'tot_ammount_ex_vat_dkk' => 'total-ex-vat-in-dkk',
        'tot_ammount_incl_vat' => 'total-amount-incl-vat-4',
        'tot_ammount_incl_vat_dkk' => 'total-incl-vat-in-dkk',
        'invoicing_item_type' => 'h-invoicing-item-type',
        'text' => 'text-2',
        'vat' => 'vat-new',
        'line_items' => 'line-items',
        'invoice_type' => 'invoice-type',
        'amount_to_paid' => 'amount-to-be-paid',
        'balance_amount_to_paid' => 'balance-amount-to-be-paid-in-dkk',
        'related_invoice' => 'invoice',
      ),
      'category_options' => 
      array (
        'invoice_status' => 
        array (
          'invoiced_in_future' => 
          array (
            3 => 'To be invoiced in Future',
          ),
          'created_in_economic' => 
          array (
            1 => 'Created in E-conomic',
          ),
          'sent_from_economic' => 
          array (
            2 => 'Sent from E-conomic',
          ),
        ),
        'payment_status' => 
        array (
          'not_paid' => 
          array (
            1 => 'Not paid',
          ),
          'paid' => 
          array (
            2 => 'Paid',
          ),
        ),
        'currency' => 
        array (
          'dkk' => 
          array (
            1 => 'DKK',
          ),
          'usd' => 
          array (
            2 => 'USD',
          ),
          'eur' => 
          array (
            3 => 'EUR',
          ),
          'inr' => 
          array (
            4 => 'INR',
          ),
        ),
        'unitHandle' => 
        array (
          'hours' => 'Hour(s)',
          'stk.' => 'stk.',
          'timer' => 'time(r)',
          'pcs.' => '',
          'meter' => '',
        ),
      ),
    ),
    'invoiceLine' => 
    array (
      'apps_credentials' => 
      array (
        'app_id' => '25016704',
        'app_secret' => 'b1c099d25ed6456b84eb763646897e9f',
      ),
      'external_ids' => 
      array (
        'line' => 'line',
        'particular' => 'title',
        'draft_no' => 'e-invoice-draft-id',
        'invoice_no' => 'e-invoice-id',
        'creditNote_no' => 'e-creditnote-no',
        'invoiceLine_no' => 'e-invoiceline-no',
        'choose_product' => 'choose-product',
        'description' => 'description',
        'product_sales_price' => 'h-product-sales-price',
        'product_code' => 'h-product-code',
        'unit_price' => 'unit-price',
        'unit' => 'unit',
        'quantity' => 'quantity',
        'discount' => 'discount',
        'amount_excl_vat' => 'amount-ex-vat',
        'amount_incl_vat' => 'amount-inc-vat-2',
        'filter_view' => 'h-filter-for-view',
      ),
      'category_options' => 
      array (
        'product_unit' => 
        array (
          'hours' => 5,
          'stk.' => 1,
          'time(r)' => 2,
          'pcs.' => 3,
          'meter' => 4,
        ),
      ),
    ),
    'product' => 
    array (
      'apps_credentials' => 
      array (
        'app_id' => '23723784',
        'app_secret' => 'cbf8369303cf41d5af394ff444703e47',
      ),
      'external_ids' => 
      array (
        'name' => 'title',
        'product_no' => 'e-product-no',
        'description' => 'text-for-quote',
        'sales_price' => 'cost',
        'cost_price' => 'e-cost-price',
        'supplier' => 'supplier',
        'billing_type' => 'billing-type',
        'unit' => 'e-unit',
      ),
      'category_options' => 
      array (
        'product_unit' => 
        array (
          'Hour(s)' => 1,
          'stk.' => 2,
          'time(r)' => 3,
          'pcs.' => 4,
          'meter' => 5,
        ),
      ),
    ),
    'subscription' => 
    array (
      'apps_credentials' => 
      array (
        'app_id' => '23724270',
        'app_secret' => '41c45ee7941b4e99a806939d6390e642',
      ),
      'external_ids' => 
      array (
        'title' => 'title',
        'product_item' => 'product-item',
        'status' => 'status',
        'description' => 'description',
        'invoicing-start-date' => 'invoicing-start-date',
        'invoicing-end-date' => 'invoicing-end-date',
        'e-quantity' => 'e-quantity',
        'e-unit	' => 'e-unit',
        'e-sales-price' => 'e-sales-price',
        'e-discount' => 'e-discount',
        'invoice_id' => 'e-invoice-id',
        'invoiceLine_no' => 'e-invoiceline-no',
      ),
      'category_options' => 
      array (
        'product_unit' => 
        array (
          'hours' => 1,
          'stk.' => 2,
          'timer' => 3,
          'pcs.' => 4,
          'meter' => 5,
        ),
        'status' => 
        array (
          'not_accepted' => 1,
          'accepted' => 2,
          'stop_invoicing' => 3,
        ),
      ),
    ),
  ),
  'queue' => 
  array (
    'default' => 'sync',
    'connections' => 
    array (
      'sync' => 
      array (
        'driver' => 'sync',
      ),
      'database' => 
      array (
        'driver' => 'database',
        'table' => 'jobs',
        'queue' => 'default',
        'retry_after' => 90,
        'after_commit' => false,
      ),
      'beanstalkd' => 
      array (
        'driver' => 'beanstalkd',
        'host' => 'localhost',
        'queue' => 'default',
        'retry_after' => 90,
        'block_for' => 0,
        'after_commit' => false,
      ),
      'sqs' => 
      array (
        'driver' => 'sqs',
        'key' => '',
        'secret' => '',
        'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
        'queue' => 'default',
        'suffix' => NULL,
        'region' => 'us-east-1',
        'after_commit' => false,
      ),
      'redis' => 
      array (
        'driver' => 'redis',
        'connection' => 'default',
        'queue' => 'default',
        'retry_after' => 90,
        'block_for' => NULL,
        'after_commit' => false,
      ),
    ),
    'failed' => 
    array (
      'driver' => 'database-uuids',
      'database' => 'mysql',
      'table' => 'failed_jobs',
    ),
  ),
  'sanctum' => 
  array (
    'stateful' => 
    array (
      0 => 'localhost',
      1 => 'localhost:3000',
      2 => '127.0.0.1',
      3 => '127.0.0.1:8000',
      4 => '::1',
      5 => 'invoice-sync.bitkit.dk',
    ),
    'guard' => 
    array (
      0 => 'web',
    ),
    'expiration' => NULL,
    'middleware' => 
    array (
      'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken',
      'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies',
    ),
  ),
  'secure-headers' => 
  array (
    'server' => '',
    'x-content-type-options' => 'nosniff',
    'x-download-options' => 'noopen',
    'x-frame-options' => 'sameorigin',
    'x-permitted-cross-domain-policies' => 'none',
    'x-powered-by' => '',
    'x-xss-protection' => '1; mode=block',
    'referrer-policy' => 'no-referrer',
    'cross-origin-embedder-policy' => 'unsafe-none',
    'cross-origin-opener-policy' => 'unsafe-none',
    'cross-origin-resource-policy' => 'cross-origin',
    'clear-site-data' => 
    array (
      'enable' => false,
      'all' => false,
      'cache' => true,
      'cookies' => true,
      'storage' => true,
      'executionContexts' => true,
    ),
    'hsts' => 
    array (
      'enable' => true,
      'max-age' => 31536000,
      'include-sub-domains' => false,
      'preload' => false,
    ),
    'expect-ct' => 
    array (
      'enable' => false,
      'max-age' => 2147483648,
      'enforce' => false,
      'report-uri' => NULL,
    ),
    'permissions-policy' => 
    array (
      'enable' => true,
      'accelerometer' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'ambient-light-sensor' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'autoplay' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'battery' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'camera' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'cross-origin-isolated' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'display-capture' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'document-domain' => 
      array (
        'none' => false,
        '*' => true,
        'self' => false,
        'origins' => 
        array (
        ),
      ),
      'encrypted-media' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'execution-while-not-rendered' => 
      array (
        'none' => false,
        '*' => true,
        'self' => false,
        'origins' => 
        array (
        ),
      ),
      'execution-while-out-of-viewport' => 
      array (
        'none' => false,
        '*' => true,
        'self' => false,
        'origins' => 
        array (
        ),
      ),
      'fullscreen' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'geolocation' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'gyroscope' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'magnetometer' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'microphone' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'midi' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'navigation-override' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'payment' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'picture-in-picture' => 
      array (
        'none' => false,
        '*' => true,
        'self' => false,
        'origins' => 
        array (
        ),
      ),
      'publickey-credentials-get' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'screen-wake-lock' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'sync-xhr' => 
      array (
        'none' => false,
        '*' => true,
        'self' => false,
        'origins' => 
        array (
        ),
      ),
      'usb' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'web-share' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
      'xr-spatial-tracking' => 
      array (
        'none' => false,
        '*' => false,
        'self' => true,
        'origins' => 
        array (
        ),
      ),
    ),
    'csp' => 
    array (
      'enable' => true,
      'report-only' => false,
      'report-to' => '',
      'report-uri' => 
      array (
      ),
      'block-all-mixed-content' => false,
      'upgrade-insecure-requests' => false,
      'base-uri' => 
      array (
        0 => 'self',
      ),
      'child-src' => 
      array (
      ),
      'connect-src' => 
      array (
      ),
      'default-src' => 
      array (
        0 => 'self',
      ),
      'font-src' => 
      array (
      ),
      'form-action' => 
      array (
      ),
      'frame-ancestors' => 
      array (
      ),
      'frame-src' => 
      array (
      ),
      'img-src' => 
      array (
      ),
      'manifest-src' => 
      array (
      ),
      'media-src' => 
      array (
      ),
      'navigate-to' => 
      array (
        'unsafe-allow-redirects' => false,
      ),
      'object-src' => 
      array (
      ),
      'plugin-types' => 
      array (
      ),
      'prefetch-src' => 
      array (
      ),
      'require-trusted-types-for' => 
      array (
        'script' => false,
      ),
      'sandbox' => 
      array (
        'enable' => false,
        'allow-downloads-without-user-activation' => false,
        'allow-forms' => false,
        'allow-modals' => false,
        'allow-orientation-lock' => false,
        'allow-pointer-lock' => false,
        'allow-popups' => false,
        'allow-popups-to-escape-sandbox' => false,
        'allow-presentation' => false,
        'allow-same-origin' => false,
        'allow-scripts' => false,
        'allow-storage-access-by-user-activation' => false,
        'allow-top-navigation' => false,
        'allow-top-navigation-by-user-activation' => false,
      ),
      'script-src' => 
      array (
        'none' => false,
        'self' => true,
        'report-sample' => false,
        'allow' => 
        array (
        ),
        'schemes' => 
        array (
        ),
        'unsafe-inline' => false,
        'unsafe-eval' => false,
        'unsafe-hashes' => false,
        'strict-dynamic' => false,
        'hashes' => 
        array (
          'sha256' => 
          array (
          ),
          'sha384' => 
          array (
          ),
          'sha512' => 
          array (
          ),
        ),
      ),
      'script-src-attr' => 
      array (
      ),
      'script-src-elem' => 
      array (
      ),
      'style-src' => 
      array (
      ),
      'style-src-attr' => 
      array (
      ),
      'style-src-elem' => 
      array (
      ),
      'trusted-types' => 
      array (
        'enable' => false,
        'allow-duplicates' => false,
        'default' => false,
        'policies' => 
        array (
        ),
      ),
      'worker-src' => 
      array (
      ),
    ),
    'x-power-by' => '',
    'feature-policy' => 
    array (
      'enable' => true,
      'accelerometer' => 
      array (
        'self' => true,
      ),
      'ambient-light-sensor' => 
      array (
        'self' => true,
      ),
      'autoplay' => 
      array (
        'self' => true,
      ),
      'battery' => 
      array (
        'self' => true,
      ),
      'camera' => 
      array (
        'self' => true,
      ),
      'display-capture' => 
      array (
        'self' => true,
      ),
      'document-domain' => 
      array (
        '*' => true,
      ),
      'encrypted-media' => 
      array (
        'self' => true,
      ),
      'execution-while-not-rendered' => 
      array (
        '*' => true,
      ),
      'execution-while-out-of-viewport' => 
      array (
        '*' => true,
      ),
      'fullscreen' => 
      array (
        'self' => true,
      ),
      'geolocation' => 
      array (
        'self' => true,
      ),
      'gyroscope' => 
      array (
        'self' => true,
      ),
      'layout-animations' => 
      array (
        'self' => true,
      ),
      'legacy-image-formats' => 
      array (
        'self' => true,
      ),
      'magnetometer' => 
      array (
        'self' => true,
      ),
      'microphone' => 
      array (
        'self' => true,
      ),
      'midi' => 
      array (
        'self' => true,
      ),
      'navigation-override' => 
      array (
        'self' => true,
      ),
      'oversized-images' => 
      array (
        '*' => true,
      ),
      'payment' => 
      array (
        'self' => true,
      ),
      'picture-in-picture' => 
      array (
        '*' => true,
      ),
      'publickey-credentials' => 
      array (
        'self' => true,
      ),
      'sync-xhr' => 
      array (
        '*' => true,
      ),
      'unoptimized-images' => 
      array (
        'self' => true,
      ),
      'unsized-media' => 
      array (
        '*' => true,
      ),
      'usb' => 
      array (
        'self' => true,
      ),
      'wake-lock' => 
      array (
        'self' => true,
      ),
      'xr-spatial-tracking' => 
      array (
        'self' => true,
      ),
    ),
  ),
  'sentry' => 
  array (
    'dsn' => NULL,
    'release' => NULL,
    'environment' => NULL,
    'breadcrumbs' => 
    array (
      'logs' => true,
      'sql_queries' => true,
      'sql_bindings' => true,
      'queue_info' => true,
      'command_info' => true,
    ),
    'tracing' => 
    array (
      'queue_job_transactions' => false,
      'queue_jobs' => true,
      'sql_queries' => true,
      'sql_origin' => true,
      'views' => true,
      'default_integrations' => true,
      'missing_routes' => false,
    ),
    'send_default_pii' => false,
    'traces_sample_rate' => NULL,
  ),
  'services' => 
  array (
    'mailgun' => 
    array (
      'domain' => NULL,
      'secret' => NULL,
      'endpoint' => 'api.mailgun.net',
    ),
    'postmark' => 
    array (
      'token' => NULL,
    ),
    'ses' => 
    array (
      'key' => '',
      'secret' => '',
      'region' => 'us-east-1',
    ),
  ),
  'session' => 
  array (
    'driver' => 'file',
    'lifetime' => '120',
    'expire_on_close' => false,
    'encrypt' => false,
    'files' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/framework/sessions',
    'connection' => NULL,
    'table' => 'sessions',
    'store' => NULL,
    'lottery' => 
    array (
      0 => 2,
      1 => 100,
    ),
    'cookie' => 'phasesinvoicesync_session',
    'path' => '/',
    'domain' => NULL,
    'secure' => NULL,
    'http_only' => true,
    'same_site' => 'lax',
  ),
  'view' => 
  array (
    'paths' => 
    array (
      0 => '/var/www/invoice-sync.bitkit.dk/httpdocs/resources/views',
    ),
    'compiled' => '/var/www/invoice-sync.bitkit.dk/httpdocs/storage/framework/views',
  ),
  'flare' => 
  array (
    'key' => NULL,
    'reporting' => 
    array (
      'anonymize_ips' => true,
      'collect_git_information' => false,
      'report_queries' => true,
      'maximum_number_of_collected_queries' => 200,
      'report_query_bindings' => true,
      'report_view_data' => true,
      'grouping_type' => NULL,
      'report_logs' => true,
      'maximum_number_of_collected_logs' => 200,
      'censor_request_body_fields' => 
      array (
        0 => 'password',
      ),
    ),
    'send_logs_as_events' => true,
    'censor_request_body_fields' => 
    array (
      0 => 'password',
    ),
  ),
  'ignition' => 
  array (
    'editor' => 'phpstorm',
    'theme' => 'light',
    'enable_share_button' => true,
    'register_commands' => false,
    'ignored_solution_providers' => 
    array (
      0 => 'Facade\\Ignition\\SolutionProviders\\MissingPackageSolutionProvider',
    ),
    'enable_runnable_solutions' => NULL,
    'remote_sites_path' => '',
    'local_sites_path' => '',
    'housekeeping_endpoint_prefix' => '_ignition',
  ),
  'tinker' => 
  array (
    'commands' => 
    array (
    ),
    'alias' => 
    array (
    ),
    'dont_alias' => 
    array (
      0 => 'App\\Nova',
    ),
  ),
);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists