Skip to content

Commit

Permalink
Adjust default confulence timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Dec 3, 2024
1 parent 5f28a1b commit 46315cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/configs/app_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
# enter as a floating point offset from UTC in hours (-24 < val < 24)
# this will be applied globally, so it probably makes sense to transition this to per
# connector as some point.
CONFLUENCE_TIMEZONE_OFFSET = float(os.environ.get("CONFLUENCE_TIMEZONE_OFFSET", 1.0))
CONFLUENCE_TIMEZONE_OFFSET = float(os.environ.get("CONFLUENCE_TIMEZONE_OFFSET", 0.0))

JIRA_CONNECTOR_LABELS_TO_SKIP = [
ignored_tag
Expand Down

0 comments on commit 46315cd

Please sign in to comment.