diff --git a/ai/backend/base_config.py b/ai/backend/base_config.py index be475fe2..9976b871 100644 --- a/ai/backend/base_config.py +++ b/ai/backend/base_config.py @@ -6,7 +6,7 @@ def __init__(self): self.load_conf() def load_conf(self): - self.ApiHost = "https://apiserver.deep-thought.io/proxy" + self.ApiHost = "https://apiserver.deepbi.com/proxy" # self.database_model = 'test' self.database_model = 'online' diff --git a/bi/templates/emails/invite.html b/bi/templates/emails/invite.html index 3916a11b..133d0915 100644 --- a/bi/templates/emails/invite.html +++ b/bi/templates/emails/invite.html @@ -2,18 +2,33 @@ {% block content %} -
Hi {{ invited.name }},
-Hi + {{ invited.name }},
+Setup Account |
Setup + Account | +
可以拷贝/粘贴链接地址到浏览器: {{ invite_url }}
电子邮箱: {{ invited.email }}
- 账户信息: {{ url_for('redash.index', org_slug=org.slug, _external=True) }}
+ 账户信息: {{ url_for('bi.index', org_slug=org.slug,
+ _external=True) }}