This commit is contained in:
2023-10-31 23:21:29 +02:00
parent b595e00861
commit 7ac59fc0fe
4 changed files with 194 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
return [
"env" => env("LUCENT_ENV", env('APP_ENV')),
"env" => env("LUCENT_ENV", "production"),
"schemas_path" => env("LUCENT_SCHEMAS_PATH", "app/Lucent"),
"database" => env('LUCENT_DB_CONNECTION', env('DB_CONNECTION',"sqlite")),
"name" => env("LUCENT_NAME", "Lucent"),