1
0
Fork 0
mirror of synced 2024-09-14 16:38:28 +12:00
appwrite/app/config/regions.php
2022-09-09 01:00:51 +00:00

9 lines
129 B
PHP

<?php
return [
'default' => [
'name' => 'Default',
'default' => true,
'disabled' => false,
]
];