Revert "improvement(consts): removed redundant default consts in favor of env…" (#1739)

This reverts commit 659b46fa2f.
This commit is contained in:
Waleed
2025-10-26 23:06:14 -07:00
committed by GitHub
parent 659b46fa2f
commit 98e98496e8
11 changed files with 99 additions and 33 deletions

View File

@@ -8,6 +8,15 @@
*/
export const DEFAULT_FREE_CREDITS = 10
/**
* Storage limit constants (in GB)
* Can be overridden via environment variables
*/
export const DEFAULT_FREE_STORAGE_LIMIT_GB = 5
export const DEFAULT_PRO_STORAGE_LIMIT_GB = 50
export const DEFAULT_TEAM_STORAGE_LIMIT_GB = 500
export const DEFAULT_ENTERPRISE_STORAGE_LIMIT_GB = 500
/**
* Tag slots available for knowledge base documents and embeddings
*/