feat(cache): add the cache volume

This commit is contained in:
YuehuCao 2025-09-22 11:01:34 +08:00
parent dc1ebf2481
commit e9e863053d
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ class AppSettings(BaseSettings):
MONGODB_URI: str = ""
MONGODB_NAME: str = ""
TENANT_CACHE_MAX: int = 64
SYSTEM_USER_ID: str = ""
SMS_FROM: str = ""

View File

@ -28,12 +28,12 @@ export RABBITMQ_HOST=localhost
export RABBITMQ_PORT=5672
export AUTH_SERVICE_ENDPOINT=http://localhost:9000/api/v1/keys/
export AUTH_SERVICE_PORT=9000
export TENANT_CACHE_MAX=64
# for local environment
export MONGODB_URI=mongodb://localhost:27017/
# connectivity from local to alpha
#export MONGODB_URI=mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
export MONGODB_NAME=interview
export MONGODB_NAME=freeleaps2
export FREELEAPS_ENV=local
export LOG_BASE_PATH=./log