Files
timebank-cc-public/config/security.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

22 lines
564 B
PHP

<?php
// filepath: config/security.php
return [
// TODO: Fix this, currently it is not implemented yet!
/*
|--------------------------------------------------------------------------
| Development Route Prefix
|--------------------------------------------------------------------------
|
| This value is used in the RouteServiceProvider to prefix all routes
| on development environments, preventing unauthorized access.
| It is loaded from the .env file.
|
*/
'route_prefix_key' => env('ROUTE_PREFIX_KEY'),
];