浏览代码

Simplify rxconfig template (#1492)

Nikhil Rao 1 年之前
父节点
当前提交
9acfaf1706
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      reflex/.templates/jinja/app/rxconfig.py.jinja2

+ 0 - 2
reflex/.templates/jinja/app/rxconfig.py.jinja2

@@ -5,6 +5,4 @@ class {{ config_name }}(rx.Config):
 
 config = {{ config_name }}(
     app_name="{{ app_name }}",
-    db_url="{{ const.db_url }}",
-    env=rx.Env.DEV,
 )