We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7001915 commit 1805748Copy full SHA for 1805748
1 file changed
sales/rxconfig.py
@@ -2,5 +2,6 @@
2
3
config = rx.Config(
4
app_name="sales",
5
+ db_url="sqlite:///reflex.db",
6
plugins=[rx.plugins.SitemapPlugin()],
7
)
0 commit comments