mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'feat-messages-event-config' of https://github.com/appwrite/appwrite into feat-mailgun-provider
This commit is contained in:
@@ -1482,7 +1482,7 @@ $commonCollections = [
|
||||
[
|
||||
'$id' => ID::custom('_key_default_type'),
|
||||
'type' => Database::INDEX_KEY,
|
||||
'attributes' => ['default, type'],
|
||||
'attributes' => ['default','type'],
|
||||
'lengths' => [],
|
||||
'orders' => [Database::ORDER_ASC],
|
||||
],
|
||||
|
||||
@@ -257,7 +257,6 @@ Config::load('storage-logos', __DIR__ . '/config/storage/logos.php');
|
||||
Config::load('storage-mimes', __DIR__ . '/config/storage/mimes.php');
|
||||
Config::load('storage-inputs', __DIR__ . '/config/storage/inputs.php');
|
||||
Config::load('storage-outputs', __DIR__ . '/config/storage/outputs.php');
|
||||
Config::load('messagingProviders', __DIR__ . '/config/messagingProviders.php');
|
||||
|
||||
$user = App::getEnv('_APP_REDIS_USER', '');
|
||||
$pass = App::getEnv('_APP_REDIS_PASS', '');
|
||||
|
||||
Reference in New Issue
Block a user