Added platform clients to console object

This commit is contained in:
eldadfux
2019-08-12 00:28:36 +03:00
parent 358b81d4f0
commit 2f9882eed6
3 changed files with 17 additions and 3 deletions
+14
View File
@@ -19,6 +19,20 @@ return [
'https://appwrite.io',
'https://appwrite.test',
],
'platforms' => [
[
'$collection' => Database::SYSTEM_COLLECTION_PLATFORMS,
'name' => 'Production',
'type' => 'web',
'url' => 'https://appwrite.io',
],
[
'$collection' => Database::SYSTEM_COLLECTION_PLATFORMS,
'name' => 'Development',
'type' => 'web',
'url' => 'https://appwrite.test',
],
],
'legalName' => '',
'legalCountry' => '',
'legalState' => '',
+2 -2
View File
@@ -60,8 +60,8 @@ $limit = 5;
<thead>
<tr>
<th width="60"></th>
<th width="200">Name</th>
<th width="200">Email</th>
<th width="180">Name</th>
<th width="220">Email</th>
<th>Status</th>
<th width="100">Joined</th>
</tr>
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- "80:80"
- "443:443"
environment:
- _APP_ENV=production
- _APP_ENV=development
- _APP_OPENSSL_KEY_V1=
- _APP_REDIS_HOST=redis
- _APP_REDIS_PORT=6379