chore(cleanup): remove contact-related files and update JWT expiration time settings
This commit is contained in:
10
.env.example
10
.env.example
@@ -28,8 +28,8 @@ TOOLS_CACHE_TTL=3600
|
||||
# JWT settings
|
||||
JWT_SECRET_KEY="your-jwt-secret-key"
|
||||
JWT_ALGORITHM="HS256"
|
||||
# In minutes
|
||||
JWT_EXPIRATION_TIME=30
|
||||
# In seconds
|
||||
JWT_EXPIRATION_TIME=3600
|
||||
|
||||
# SendGrid
|
||||
SENDGRID_API_KEY="your-sendgrid-api-key"
|
||||
@@ -47,9 +47,3 @@ ADMIN_INITIAL_PASSWORD="strongpassword123"
|
||||
DEMO_EMAIL="demo@example.com"
|
||||
DEMO_PASSWORD="demo123"
|
||||
DEMO_CLIENT_NAME="Demo Client"
|
||||
|
||||
# A2A settings
|
||||
A2A_TASK_TTL=3600
|
||||
A2A_HISTORY_TTL=86400
|
||||
A2A_PUSH_NOTIFICATION_TTL=3600
|
||||
A2A_SSE_CLIENT_TTL=300
|
||||
|
||||
Reference in New Issue
Block a user