1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Code cleanup

This commit is contained in:
Matej Baco 2021-12-21 15:41:58 +01:00
parent 03fa483181
commit 5fcc5b9b38
3 changed files with 3 additions and 3 deletions

2
.env
View file

@ -43,3 +43,5 @@ _APP_MAINTENANCE_RETENTION_EXECUTION=1209600
_APP_MAINTENANCE_RETENTION_ABUSE=86400
_APP_MAINTENANCE_RETENTION_AUDIT=1209600
_APP_USAGE_STATS=enabled
_APP_LOGGING_PROVIDER=
_APP_LOGGING_CONFIG=

View file

@ -10,8 +10,6 @@ use Swoole\Http\Request as SwooleRequest;
use Swoole\Http\Response as SwooleResponse;
use Utopia\App;
use Utopia\CLI\Console;
use Utopia\Logger\Log;
use Utopia\Logger\Log\User;
use Utopia\Swoole\Files;
use Utopia\Swoole\Request;

View file

@ -160,7 +160,7 @@ services:
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
- ./vendor:/usr/src/code/vendor
# - ./vendor:/usr/src/code/vendor
depends_on:
- redis
environment: