be93821fad
Build Docker Image / build-backend (push) Successful in 1m11s
Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local> Reviewed-on: #3
9 lines
199 B
PHP
9 lines
199 B
PHP
<?php
|
|
|
|
return [
|
|
'url' => env('APP_URL', 'http://localhost'),
|
|
'api_arrahnbid' => env('API_ARRAHNBID', 'http://lelong.test/api/'),
|
|
'api_v3' => env('API_V3', 'http://apiv3.localhost/api/')
|
|
];
|
|
|