Skip to content

Commit 1805748

Browse files
authored
specify reflex db url for sales (#121)
1 parent 7001915 commit 1805748

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sales/rxconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
config = rx.Config(
44
app_name="sales",
5+
db_url="sqlite:///reflex.db",
56
plugins=[rx.plugins.SitemapPlugin()],
67
)

0 commit comments

Comments
 (0)