Files
api_arrahn/config/app_parameter.php
T
ismailmasseran be93821fad
Build Docker Image / build-backend (push) Successful in 1m11s
Explore/ismail (#3)
Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local>
Reviewed-on: #3
2026-08-26 16:19:29 +08:00

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/')
];