1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00
appwrite/app/config/regions.php
2022-09-09 01:00:51 +00:00

10 lines
129 B
PHP

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