1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00

Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller

This commit is contained in:
Prateek Banga 2023-09-12 22:07:17 +05:30
commit 118a50b894
2 changed files with 1 additions and 2 deletions

View file

@ -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],
],

View file

@ -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', '');