Skip to content

Commit 511b9de

Browse files
committed
chore: Disable adding default environment variables in shared.php
1 parent 1bdd326 commit 511b9de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap/helpers/shared.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3896,6 +3896,8 @@ function isAssociativeArray($array)
38963896
*/
38973897
function add_coolify_default_environment_variables(StandaloneRedis|StandalonePostgresql|StandaloneMongodb|StandaloneMysql|StandaloneMariadb|StandaloneKeydb|StandaloneDragonfly|StandaloneClickhouse|Application|Service $resource, Collection &$where_to_add, ?Collection $where_to_check = null)
38983898
{
3899+
// Currently disabled
3900+
return;
38993901
if ($resource instanceof Service) {
39003902
$ip = $resource->server->ip;
39013903
} else {

0 commit comments

Comments
 (0)