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
+2 -1
View File
@@ -9,6 +9,7 @@ final class Channel
{
public string $lucentUrl;
public string $filesUrl;
public string $previewTargetUrl;
/**
* @param Collection<Schema> $schemas
@@ -20,11 +21,11 @@ final class Channel
public string $generateCommand,
public Collection $schemas,
public array $imageFilters,
// public Collection $previewTargets,
)
{
$this->lucentUrl = $url . "/lucent";
$this->filesUrl = $url . "/storage";
$this->previewTargetUrl = $url . "/". $previewTarget;
}
}