Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -38,7 +38,7 @@ basicAuthUser:
|
|
38 |
# Enables CORS proxy middleware
|
39 |
enableCorsProxy: false
|
40 |
# Enable multi-user mode
|
41 |
-
enableUserAccounts:
|
42 |
# Enable discreet login mode: hides user list on the login screen
|
43 |
enableDiscreetLogin: false
|
44 |
# User session timeout *in seconds* (defaults to 24 hours).
|
@@ -138,4 +138,4 @@ claude:
|
|
138 |
# Otherwise, you'll just waste money on cache misses.
|
139 |
enableSystemPromptCache: false
|
140 |
# -- SERVER PLUGIN CONFIGURATION --
|
141 |
-
enableServerPlugins:
|
|
|
38 |
# Enables CORS proxy middleware
|
39 |
enableCorsProxy: false
|
40 |
# Enable multi-user mode
|
41 |
+
enableUserAccounts: true
|
42 |
# Enable discreet login mode: hides user list on the login screen
|
43 |
enableDiscreetLogin: false
|
44 |
# User session timeout *in seconds* (defaults to 24 hours).
|
|
|
138 |
# Otherwise, you'll just waste money on cache misses.
|
139 |
enableSystemPromptCache: false
|
140 |
# -- SERVER PLUGIN CONFIGURATION --
|
141 |
+
enableServerPlugins: true
|