This commit is contained in:
2024-10-07 16:34:53 +03:00
parent bb27811ddf
commit 800e2746e0
18 changed files with 25 additions and 416 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ return [
"env" => env("LUCENT_ENV", "production"),
"schemas_path" => env("LUCENT_SCHEMAS_PATH", "resources/lucent/schemas"),
"database" => env('LUCENT_DB_CONNECTION', env('DB_CONNECTION', "sqlite")),
"name" => env("LUCENT_NAME", "Lucent"),
"name" => env("LUCENT_NAME", "Stoic"),
"url" => env("LUCENT_URL", env('APP_URL')),
"previewTarget" => env("LUCENT_PREVIEW_TARGET", "previewTarget"),
/*