1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00

Added more local hostname to console

whitelist
This commit is contained in:
eldadfux 2019-08-24 10:25:59 +03:00
parent 3c7c668293
commit f26292c66a

View file

@ -22,10 +22,28 @@ return [
], ],
[ [
'$collection' => Database::SYSTEM_COLLECTION_PLATFORMS, '$collection' => Database::SYSTEM_COLLECTION_PLATFORMS,
'name' => 'Development', 'name' => 'Development (SSL)',
'type' => 'web', 'type' => 'web',
'url' => 'https://appwrite.test', 'url' => 'https://appwrite.test',
], ],
[
'$collection' => Database::SYSTEM_COLLECTION_PLATFORMS,
'name' => 'Development (Non-SSL)',
'type' => 'web',
'url' => 'http://appwrite.test',
],
[
'$collection' => Database::SYSTEM_COLLECTION_PLATFORMS,
'name' => 'Localhost (SSL)',
'type' => 'web',
'url' => 'https://localhost',
],
[
'$collection' => Database::SYSTEM_COLLECTION_PLATFORMS,
'name' => 'Localhost (Non-SSL)',
'type' => 'web',
'url' => 'http://localhost',
],
], ],
'legalName' => '', 'legalName' => '',
'legalCountry' => '', 'legalCountry' => '',