This commit is contained in:
Andras Bacsai
2023-07-14 11:27:08 +02:00
parent cac59e4873
commit cbefbb7927
29 changed files with 447 additions and 141 deletions
+2 -2
View File
@@ -130,5 +130,5 @@ function isDev()
}
function isCloud()
{
return !config('coolify.self_hosted');
}
return (bool)config('coolify.self_hosted') === false;
}