This commit is contained in:
2023-10-23 18:49:47 +03:00
parent 9346969d2b
commit 868a97f68b
4 changed files with 25 additions and 20 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
return [
"env" => env("LUCENT_ENV", env('APP_ENV')),
"schemas_path" => env("LUCENT_SCHEMAS_PATH", "app/Lucent"),
"database" => env('LUCENT_DB_CONNECTION', env('DB_CONNECTION',"sqlite")),
"name" => env("LUCENT_NAME", "Lucent"),