mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
8 lines
237 B
PHP
8 lines
237 B
PHP
<?php
|
|
|
|
return [
|
|
'base_url' => env('PERFEXCRM_BASE_URL', 'http://192.168.1.100:8084'), //cief todo: Update crm api domain here
|
|
'api_key' => env('PERFEXCRM_API_KEY', ''),
|
|
'is_enabled' => env('PERFEXCRM_IS_ENABLED', 'true'),
|
|
];
|