This commit is contained in:
2023-10-04 13:32:30 +03:00
parent 215d238505
commit 1ca5f4e521
82 changed files with 519 additions and 1889 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
<?php
return [
"view" => [
"image_server" => env("LUCENT_IMAGE_SERVER")
],
"read_key" => env("LUCENT_READ_KEY"),
"write_key" => env("LUCENT_WRITE_KEY"),
"developer_key" => env("LUCENT_DEVELOPER_KEY")
"config_path" => env("LUCENT_CONFIG_PATH", "app/Lucent")
];