Thunderstone commited on
Commit
404a15a
1 Parent(s): ea4d40a

Update .env

Browse files
Files changed (1) hide show
  1. .env +3 -3
.env CHANGED
@@ -21,7 +21,7 @@ TURBO_ONLY=true
21
  # by default in production mode.
22
 
23
  # Optional settings for user management. See docs/user-management.md.
24
- GATEKEEPER=proxy_key
25
  #GATEKEEPER_STORE=firebase_rtdb
26
  # MAX_IPS_PER_USER=20
27
 
@@ -45,10 +45,10 @@ OPENAI_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
45
  # CLAUDE_BIG_MODEL=claude-v1-100k
46
 
47
  # You can require a Bearer token for requests when using proxy_token gatekeeper.
48
- PROXY_KEY=your-secret-key
49
 
50
  # You can set an admin key for user management when using user_token gatekeeper.
51
- #ADMIN_KEY=your-very-secret-key
52
 
53
  # These are used for various persistence features. Refer to the docs for more
54
  # info.
 
21
  # by default in production mode.
22
 
23
  # Optional settings for user management. See docs/user-management.md.
24
+ GATEKEEPER=user_token
25
  #GATEKEEPER_STORE=firebase_rtdb
26
  # MAX_IPS_PER_USER=20
27
 
 
45
  # CLAUDE_BIG_MODEL=claude-v1-100k
46
 
47
  # You can require a Bearer token for requests when using proxy_token gatekeeper.
48
+ #PROXY_KEY=your-secret-key
49
 
50
  # You can set an admin key for user management when using user_token gatekeeper.
51
+ ADMIN_KEY=your-very-secret-key
52
 
53
  # These are used for various persistence features. Refer to the docs for more
54
  # info.