This commit is contained in:
Andras Bacsai
2023-07-14 12:09:56 +02:00
parent a96fb46296
commit 9f4342bd19
16 changed files with 100 additions and 49 deletions

View File

@@ -130,5 +130,5 @@ function isDev()
}
function isCloud()
{
return (bool)config('coolify.self_hosted') === false;
return !config('coolify.self_hosted');
}