mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 20:44:19 +00:00
9 lines
267 B
PHP
9 lines
267 B
PHP
<?php
|
|
|
|
return [
|
|
'base_url' => env('WEPOST_BASE_URL', 'https://wepost-uat.90warehouse.com/api/router'),
|
|
'client_id' => env('WEPOST_CLIENT_ID', ''),
|
|
'client_secret' => env('WEPOST_CLIENT_SECRET', ''),
|
|
'is_enabled' => env('WEPOST_IS_ENABLED', false),
|
|
];
|