Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/new_pre' into new_pre
Browse files Browse the repository at this point in the history
  • Loading branch information
LiChengxin007 committed Jan 11, 2024
2 parents 90a4508 + 98f71eb commit 4e25504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bi/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def email_server_is_configured():
CSRF_TIME_LIMIT = int(os.environ.get("DEEPBI_CSRF_TIME_LIMIT", 3600 * 6))

# Email blocked domains, use delimiter comma to separated multiple domains
BLOCKED_DOMAINS = set_from_string(os.environ.get("DEEPBI_BLOCKED_DOMAINS", "qq.com"))
BLOCKED_DOMAINS = set_from_string(os.environ.get("DEEPBI_BLOCKED_DOMAINS", ""))

AI_WEB_SERVER = os.environ.get('AI_WEB_SERVER', '127.0.0.1:8340')

0 comments on commit 4e25504

Please sign in to comment.