1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

feat: add new stats

This commit is contained in:
Christy Jacob 2023-03-22 20:19:28 +04:00
parent 6c15326f8f
commit 07e3a29b63
2 changed files with 2 additions and 3 deletions

4
.env
View file

@ -46,8 +46,8 @@ _APP_SMTP_SECURE=
_APP_SMTP_USERNAME=
_APP_SMTP_PASSWORD=
_APP_HAMSTER_INTERVAL=86400
_APP_HAMSTER_TIME=12:31
_APP_MIXPANEL_TOKEN=bce512333a58ec62f44541328607f53c
_APP_HAMSTER_TIME=21:00
_APP_MIXPANEL_TOKEN=
_APP_SMS_PROVIDER=sms://username:password@mock
_APP_SMS_FROM=+123456789
_APP_STORAGE_LIMIT=30000000

View file

@ -3,7 +3,6 @@
namespace Appwrite\Platform\Tasks;
use Exception;
use finfo;
use Utopia\App;
use Utopia\Platform\Action;
use Utopia\Cache\Cache;