File Manager Lite
Dir:
/home/u540325668/domains/sostabazar.in/public_html/websites/sonarSonsar/config
Upload
[..]
app.php (6.64 KB)
Edit
Rename
Del
broadcasting.php (2.1 KB)
Edit
Rename
Del
cache.php (3.26 KB)
Edit
Rename
Del
cors.php (846 B)
Edit
Rename
Del
database.php (5.17 KB)
Edit
Rename
Del
dompdf.php (11.21 KB)
Edit
Rename
Del
logging.php (4.08 KB)
Edit
Rename
Del
mail.php (3.72 KB)
Edit
Rename
Del
queue.php (3.37 KB)
Edit
Rename
Del
sanctum.php (2.24 KB)
Edit
Rename
Del
session.php (6.86 KB)
Edit
Rename
Del
view.php (1.03 KB)
Edit
Rename
Del
websockets.php (4.73 KB)
Edit
Rename
Del
Edit: cors.php
<?php return [ /* |-------------------------------------------------------------------------- | Cross-Origin Resource Sharing (CORS) Configuration |-------------------------------------------------------------------------- | | Here you may configure your settings for cross-origin resource sharing | or "CORS". This determines what cross-origin operations may execute | in web browsers. You are free to adjust these settings as needed. | | To learn more: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | */ 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false, ];
Simpan