1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

add default region value for linode

This commit is contained in:
Everly Precia Suresh 2022-05-16 09:31:09 +00:00
parent 50f06dbb7a
commit 36873be7ea

View file

@ -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' => '',
],