Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 6fb712d

Browse files
committed
chore: Disable features that is not useful for examination
1 parent f295391 commit 6fb712d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/services.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ parameters:
88
app.redis_uri: "%env(REDIS_URI)%"
99
app.openai_api_key: "%env(OPENAI_API_KEY)%"
1010

11-
app.features.hint: true
12-
app.features.editable-profile: true
13-
app.features.comment: true
11+
app.features.hint: false
12+
app.features.editable-profile: false
13+
app.features.comment: false
1414

1515
services:
1616
# default configuration for services in *this* file

0 commit comments

Comments
 (0)