1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

Merge pull request #7225 from appwrite/update-console

feat: update console
This commit is contained in:
Christy Jacob 2023-12-01 01:26:15 +04:00 committed by GitHub
commit 62808bfb8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "app/console"]
path = app/console
url = https://github.com/appwrite/console
branch = 3.2.9
branch = 3.2.10

@ -1 +1 @@
Subproject commit 212b7429926d097a31ed71d2410e39c600c56f3b
Subproject commit ab9ef73fe0e74bdbb195331bb868af3ede7d1aa3

View file

@ -109,7 +109,7 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return
const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
const APP_CACHE_BUSTER = 328;
const APP_CACHE_BUSTER = 329;
const APP_VERSION_STABLE = '1.4.13';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';