1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

fix error from merge

This commit is contained in:
Damodar Lohani 2023-01-12 09:00:54 +00:00
parent f41e3b1e8f
commit 6a4cfff0e3
3 changed files with 5 additions and 6 deletions

6
.env
View file

@ -74,7 +74,7 @@ _APP_LOGGING_CONFIG=
_APP_GRAPHQL_MAX_BATCH_SIZE=10 _APP_GRAPHQL_MAX_BATCH_SIZE=10
_APP_GRAPHQL_MAX_COMPLEXITY=250 _APP_GRAPHQL_MAX_COMPLEXITY=250
_APP_GRAPHQL_MAX_DEPTH=3 _APP_GRAPHQL_MAX_DEPTH=3
DOCKERHUB_PULL_USERNAME= _APP_DOCKER_HUB_PULL_USERNAME=
DOCKERHUB_PULL_PASSWORD= _APP_DOCKER_HUB_PULL_PASSWORD=
DOCKERHUB_PULL_EMAIL= _APP_DOCKER_HUB_PULL_EMAIL=
_APP_REGION=default _APP_REGION=default

View file

@ -26,7 +26,6 @@ use Appwrite\Event\Event;
use Appwrite\Event\Mail; use Appwrite\Event\Mail;
use Appwrite\Event\Phone; use Appwrite\Event\Phone;
use Appwrite\Event\Delete; use Appwrite\Event\Delete;
use Appwrite\Extend\PDO;
use Appwrite\GraphQL\Schema; use Appwrite\GraphQL\Schema;
use Appwrite\Network\Validator\Email; use Appwrite\Network\Validator\Email;
use Appwrite\Network\Validator\IP; use Appwrite\Network\Validator\IP;

View file

@ -480,8 +480,8 @@ services:
- _APP_EXECUTOR_SECRET - _APP_EXECUTOR_SECRET
- _APP_EXECUTOR_HOST - _APP_EXECUTOR_HOST
- _APP_USAGE_STATS - _APP_USAGE_STATS
- DOCKERHUB_PULL_USERNAME - APP_DOCKER_HUB_PULL_USERNAME
- DOCKERHUB_PULL_PASSWORD - APP_DOCKER_HUB_PULL_PASSWORD
appwrite-worker-mails: appwrite-worker-mails:
entrypoint: worker-mails entrypoint: worker-mails