mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Update shared.php
This commit is contained in:
parent
83b3f6fe49
commit
453a5eb2c1
1 changed files with 5 additions and 0 deletions
|
|
@ -902,6 +902,11 @@ function parseEnvVariable(Str|string $value)
|
|||
'port' => $port,
|
||||
];
|
||||
}
|
||||
|
||||
// ================================================================
|
||||
// DEPRECATED CODE START - Will be removed in future versions
|
||||
// ================================================================
|
||||
|
||||
function generateEnvValue(string $command, Service|Application|null $service = null)
|
||||
{
|
||||
switch ($command) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue