Skip to content

Commit 8d75e70

Browse files
Disable user service in .env and .env.example
1 parent 4138d39 commit 8d75e70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ EMBEDDER_AUTH_ROUTE_MATCHER=/api
9898
NEXT_PUBLIC_EMBEDDER_SERVER_URL=http://localhost:4010/api
9999

100100
ENABLE_SERAPH=false
101-
ENABLE_USER_SERVICE=true
101+
ENABLE_USER_SERVICE=false
102102
AGENT_EMBEDDER_API_KEY=

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PORTAL_AGENT_KEY
5757
PORTAL_BOT_URL
5858

5959
# User service configuration
60-
ENABLE_USER_SERVICE
60+
ENABLE_USER_SERVICE=false
6161

6262
# Seraph configuration
6363
ENABLE_SERAPH

0 commit comments

Comments
 (0)