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.
7 lines
362 B
7 lines
362 B
<?php |
|
return [ |
|
'nominatim' => env('API_NOMINATIM', 'https://nominatim.oslogdev.com'), |
|
'adw' => env('API_ADW', 'http://ospro-api.adyawinsa.com:9083/api'), |
|
'adw_token' => env('API_ADW_TOKEN', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIxMjAyIiwiZXhwIjoxNjkxODMwNDkzfQ.DvBQIOZsdFndWsliPCZT65Y6G5Xx4vWBKz8Rhe7rvRA') |
|
]; |
|
?>
|
|
|