We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34a7b6 commit 6762544Copy full SHA for 6762544
src/LaravelProviderFactory.php
@@ -33,7 +33,7 @@ public static function createLaravelConfigFromEnv(callable $envFunction): array
33
self::ORCH_TYPE => ["required", "in:dashboard,orchestration"],
34
self::ORCH_BASE_URL => ["required", "url"],
35
self::ORCH_USER_AGENT => ["required", "string"],
36
- self::ORCH_HOSTNAME => ["string"],
+ self::ORCH_HOSTNAME => ["string", "nullable"],
37
self::ORCH_SECRET => ["required", "string"],
38
self::ORCH_REGION_IDS => ["array"],
39
],
0 commit comments