Improvements in ogLive
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
529d1c37ca
commit
19c94561cd
|
@ -26,6 +26,8 @@ abstract class AbstractOgBootController extends AbstractController
|
||||||
protected string $ogBootApiUrl,
|
protected string $ogBootApiUrl,
|
||||||
#[Autowire(env: 'OG_CORE_IP')]
|
#[Autowire(env: 'OG_CORE_IP')]
|
||||||
protected string $ogCoreIP,
|
protected string $ogCoreIP,
|
||||||
|
#[Autowire(env: 'OG_LOG_IP')]
|
||||||
|
protected string $ogLogIp,
|
||||||
protected readonly EntityManagerInterface $entityManager,
|
protected readonly EntityManagerInterface $entityManager,
|
||||||
protected readonly HttpClientInterface $httpClient,
|
protected readonly HttpClientInterface $httpClient,
|
||||||
)
|
)
|
||||||
|
|
|
@ -51,7 +51,7 @@ class PostAction extends AbstractOgBootController
|
||||||
'ogrepo' => $ogRepoIp,
|
'ogrepo' => $ogRepoIp,
|
||||||
'ogcore' => $this->ogCoreIP,
|
'ogcore' => $this->ogCoreIP,
|
||||||
'oglive' => $this->ogBootApiUrl,
|
'oglive' => $this->ogBootApiUrl,
|
||||||
'oglog' => $client->getOrganizationalUnit()->getNetworkSettings()?->getOgLog(),
|
'oglog' => $this->ogLogIp,
|
||||||
'ogshare' => $client->getOrganizationalUnit()->getNetworkSettings()?->getOgShare()
|
'ogshare' => $client->getOrganizationalUnit()->getNetworkSettings()?->getOgShare()
|
||||||
? $client->getOrganizationalUnit()->getNetworkSettings()?->getOgShare(): $this->ogBootApiUrl,
|
? $client->getOrganizationalUnit()->getNetworkSettings()?->getOgShare(): $this->ogBootApiUrl,
|
||||||
'oglivedir' => $client->getOgLive()->getFilename(),
|
'oglivedir' => $client->getOgLive()->getFilename(),
|
||||||
|
|
Loading…
Reference in New Issue