1
0
Fork 0
mirror of synced 2024-07-15 19:36:08 +12:00
appwrite/app/config/regions.php
2023-08-23 13:12:43 -04:00

10 lines
130 B
PHP

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