Skip to content

Commit 6762544

Browse files
committed
Make hostname nullable
1 parent a34a7b6 commit 6762544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelProviderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function createLaravelConfigFromEnv(callable $envFunction): array
3333
self::ORCH_TYPE => ["required", "in:dashboard,orchestration"],
3434
self::ORCH_BASE_URL => ["required", "url"],
3535
self::ORCH_USER_AGENT => ["required", "string"],
36-
self::ORCH_HOSTNAME => ["string"],
36+
self::ORCH_HOSTNAME => ["string", "nullable"],
3737
self::ORCH_SECRET => ["required", "string"],
3838
self::ORCH_REGION_IDS => ["array"],
3939
],

0 commit comments

Comments
 (0)