All checks were successful
continuous-integration/drone/push Build is passing
- using cache - reorder docker build steps
11 lines
282 B
Python
11 lines
282 B
Python
import reflex as rx
|
|
|
|
config = rx.Config(
|
|
app_name="reflex_ipad",
|
|
db_url="postgresql://ipad:uizJOcDZR3qKLUJuAeSr8WG8onJ1vsUQB2zgE5NIKcpLGT5EF3x7JBkPs@db:5432/ipad",
|
|
api_url="https://ipad.pb42.de",
|
|
env=rx.Env.PROD,
|
|
loglevel="debug",
|
|
telemetry_enabled=False,
|
|
)
|