1
0
Fork 0
mirror of synced 2024-07-09 08:27:01 +12:00
appwrite/app/config/regions.php

10 lines
129 B
PHP
Raw Normal View History

2022-09-08 19:19:14 +12:00
<?php
2022-09-09 13:00:27 +12:00
2022-09-08 19:19:14 +12:00
return [
'default' => [
'name' => 'Default',
'default' => true,
'disabled' => false,
2022-09-09 13:00:51 +12:00
]
2022-09-08 19:19:14 +12:00
];