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 2b7f1bc commit 0f49803Copy full SHA for 0f49803
src/Transcoder.php
@@ -81,6 +81,8 @@ public function __construct($id, $parent = null, array $config = [])
81
'useDevServer' => true,
82
'devServerPublic' => 'http://localhost:3001',
83
'serverPublic' => 'http://localhost:8000',
84
+ 'devServerInternal' => 'http://craft-transcoder-buildchain:3001',
85
+ 'checkDevServer' => true,
86
],
87
];
88
0 commit comments