chore: cleanup CORS and localhost references in config

This commit is contained in:
dyzulk
2026-01-01 17:43:13 +07:00
parent 2ac24ca91c
commit 5a3e6b45ef
3 changed files with 4 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'https://api.trustlab.dyzulk.com'),
/*
|--------------------------------------------------------------------------
@@ -123,6 +123,6 @@ return [
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],
'frontend_url' => env('FRONTEND_URL', 'http://localhost:3000'),
'frontend_url' => env('FRONTEND_URL', 'https://trustlab.dyzulk.com'),
];