You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
661 B
14 lines
661 B
<?php
|
|
return [
|
|
'adminEmail' => 'admin@example.com',
|
|
'userPanel' => [
|
|
'token' => '8a668d6c94166df201337dbb272f66cf',
|
|
'phone_url' => 'http://user.banmacar.com/api/phone/op',
|
|
'sms_url' => 'http://user.banmacar.com/api/sms/single-send',
|
|
'myinfo_url' => 'http://user.banmacar.com/api/user/myinfo',
|
|
'search_car_url' => 'http://user.banmacar.com/api/car/search-car',
|
|
'car_info_url' => 'http://user.banmacar.com/api/car/car-info',
|
|
'post-precise-price' => 'http://user.banmacar.com/api/car/post-precise-price',
|
|
'get-precise-price' => 'http://user.banmacar.com/api/car/get-precise-price',
|
|
],
|
|
];
|
|
|