Skip to content

Commit

Permalink
Set auth_emabled to true by default (#1108)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <v-ianseabock@microsoft.com>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Sep 19, 2024
1 parent 6cdac4f commit d98ef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ class _BaseSettings(BaseSettings):
env_ignore_empty=True
)
datasource_type: Optional[str] = None
auth_enabled: bool = False
auth_enabled: bool = True
sanitize_answer: bool = False
use_promptflow: bool = False

Expand Down

0 comments on commit d98ef41

Please sign in to comment.