lucent config

This commit is contained in:
2023-10-06 13:07:09 +03:00
parent 341ad267a5
commit 9bbe5ee9b4
9 changed files with 95 additions and 71 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
<?php
return [
"config_path" => env("LUCENT_CONFIG_PATH", "app/Lucent")
"schemas_path" => env("LUCENT_SCHEMAS_PATH", "app/Lucent"),
"name" => env("LUCENT_NAME", "Lucent"),
"url" => env("LUCENT_URL", "http://localhost:8000/"),
"previewTarget" => env("LUCENT_PREVIEW_TARGET", "previewTarget"),
"generateCommand" => env("LUCENT_GENERATE_COMMAND", "generate:static"),
"imageFilters" => [],
];