From 084c50fc979001b01adf690464de8ed4ae756bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 6 Jun 2023 11:06:04 +0200 Subject: [PATCH] Fix DO droplet deployment --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 507ca95c88..4589392545 100644 --- a/app/init.php +++ b/app/init.php @@ -1015,7 +1015,7 @@ App::setResource('console', function () { '$collection' => ID::custom('platforms'), 'name' => 'Localhost', 'type' => 'web', - 'hostname' => 'matejbaco.loca.lt', + 'hostname' => 'localhost', ], // Current host is added on app init ], 'legalName' => '',