This commit is contained in:
2024-01-04 09:02:44 +01:00
parent ed19c7c6cb
commit 689c71deb1
48 changed files with 1464 additions and 0 deletions

7
deploy/rxconfig.py Normal file
View File

@@ -0,0 +1,7 @@
import reflex as rx
config = rx.Config(
app_name="reflex_ipad",
db_url="postgresql://ipad:uizJOcDZR3qKLUJuAeSr8WG8onJ1vsUQB2zgE5NIKcpLGT5EF3x7JBkPs@db:5432/ipad",
env=rx.Env.prod,
)