mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Added platform clients to console object
This commit is contained in:
@@ -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' => '',
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user