kernal clean-up
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Application Configuration
|
||||
'name' => 'Ktrix',
|
||||
'environment' => 'dev',
|
||||
'debug' => true,
|
||||
// Database Configuration
|
||||
'database' => [
|
||||
// MongoDB connection URI (include credentials if needed)
|
||||
@@ -33,17 +37,4 @@ return [
|
||||
|
||||
// Security Configuration
|
||||
'security.salt' => 'a5418ed8c120b9d12c793ccea10571b74d0dcd4a4db7ca2f75e80fbdafb2bd9b',
|
||||
|
||||
// Application Configuration
|
||||
'app' => [
|
||||
'environment' => 'dev',
|
||||
'debug' => true,
|
||||
'name' => 'Ktrix',
|
||||
],
|
||||
|
||||
// Domain Configuration
|
||||
//'domain' => [
|
||||
// 'default' => 'ktrix',
|
||||
//],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user