Fuegovic commited on
Commit
226a847
1 Parent(s): 1a7db18

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +4,8 @@ FROM ghcr.io/danny-avila/librechat:latest
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860
7
- ENV SESSION_EXPIRY=604800000
 
8
 
9
  # Install dependencies
10
  RUN cd /app/api && npm install
 
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860
7
+ ENV SESSION_EXPIRY=900000
8
+ ENV REFRESH_TOKEN_EXPIRY=604800000
9
 
10
  # Install dependencies
11
  RUN cd /app/api && npm install