Skip to content

Commit 0f49803

Browse files
author
Andrew Welch
committed
Use checkDevServer
1 parent 2b7f1bc commit 0f49803

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Transcoder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public function __construct($id, $parent = null, array $config = [])
8181
'useDevServer' => true,
8282
'devServerPublic' => 'http://localhost:3001',
8383
'serverPublic' => 'http://localhost:8000',
84+
'devServerInternal' => 'http://craft-transcoder-buildchain:3001',
85+
'checkDevServer' => true,
8486
],
8587
];
8688

0 commit comments

Comments
 (0)