From 36873be7ea6f4cf3d03b6d5c4d1fbedf4c2578d8 Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh Date: Mon, 16 May 2022 09:31:09 +0000 Subject: [PATCH] add default region value for linode --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 91be780fa2..961b4abd6f 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -562,7 +562,7 @@ return [ 'name' => '_APP_STORAGE_LINODE_REGION', 'description' => 'Linode object storage region. Required when storage adapter is set to Linode. You can find your region info from your Linode console.', 'introduction' => '0.13.0', - 'default' => 'us-eas-1', + 'default' => 'eu-central-1', 'required' => false, 'question' => '', ],